blob: 174106bf4fafb779b0d133952b4e1d941b842da2 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -mtriple=arm-linux-gnueabi | grep powidf2
Lauro Ramos Venancioc90f0892007-08-15 22:13:27 +00002; PR1287
3
4; ModuleID = '<stdin>'
5target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
6target triple = "arm-linux-gnueabi"
7
8define double @_ZSt3powdi(double %__x, i32 %__i) {
9entry:
10 %tmp3 = call double @llvm.powi.f64( double 0.000000e+00, i32 0 ) ; <double> [#uses=1]
11 store double %tmp3, double* null, align 8
12 unreachable
13}
14
15declare double @llvm.powi.f64(double, i32)
16