blob: 8dacebed73766a10bda0478edbe4eb65ec0b40b6 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +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)