Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=arm-linux-gnueabi | grep powidf2 |
Lauro Ramos Venancio | c90f089 | 2007-08-15 22:13:27 +0000 | [diff] [blame] | 2 | ; PR1287 |
| 3 | |
| 4 | ; ModuleID = '<stdin>' |
| 5 | target 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" |
| 6 | target triple = "arm-linux-gnueabi" |
| 7 | |
| 8 | define double @_ZSt3powdi(double %__x, i32 %__i) { |
| 9 | entry: |
| 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 | |
| 15 | declare double @llvm.powi.f64(double, i32) |
| 16 | |