1 ; RUN: llvm-as < %s | llc
2 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386
6 define float @test(float %tmp23302331, i32 %tmp23282329 ) {
8 %tmp2339 = call float @llvm.powi.f32( float %tmp23302331, i32 %tmp23282329 )
12 declare float @llvm.powi.f32(float,i32)