blob: 8dacebed73766a10bda0478edbe4eb65ec0b40b6 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattner4f263a02007-03-03 23:42:50 +00002
3; PR1239
4
5define float @test(float %tmp23302331, i32 %tmp23282329 ) {
6
7%tmp2339 = call float @llvm.powi.f32( float %tmp23302331, i32 %tmp23282329 )
8 ret float %tmp2339
9}
10
11declare float @llvm.powi.f32(float,i32)