blob: 01693079a3efbd24b98d13611fc5a91529261822 [file] [log] [blame]
Chris Lattner0254e702008-02-26 07:04:54 +00001; RUN: llvm-as < %s | llc
2; rdar://5763967
3
4define void @test() {
5entry:
6 %tmp98 = load float* null, align 4 ; <float> [#uses=1]
7 %tmp106 = load float* null, align 4 ; <float> [#uses=1]
Dan Gohmanae3a0be2009-06-04 22:49:04 +00008 %tmp113 = fadd float %tmp98, %tmp106 ; <float> [#uses=1]
9 %tmp119 = fsub float %tmp113, 0.000000e+00 ; <float> [#uses=1]
Chris Lattner0254e702008-02-26 07:04:54 +000010 call void (i32, ...)* @foo( i32 0, float 0.000000e+00, float %tmp119 ) nounwind
11 ret void
12}
13
14declare void @foo(i32, ...)