diff options
Diffstat (limited to 'test/CodeGen/X86/coalescer-commute4.ll')
-rw-r--r-- | test/CodeGen/X86/coalescer-commute4.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/coalescer-commute4.ll b/test/CodeGen/X86/coalescer-commute4.ll index 02a9781..d4af1a6 100644 --- a/test/CodeGen/X86/coalescer-commute4.ll +++ b/test/CodeGen/X86/coalescer-commute4.ll @@ -13,11 +13,11 @@ bb.preheader: ; preds = %entry bb: ; preds = %bb, %bb.preheader %i.0.reg2mem.0 = phi i32 [ 0, %bb.preheader ], [ %indvar.next, %bb ] ; <i32> [#uses=3] %res.0.reg2mem.0 = phi float [ 0.000000e+00, %bb.preheader ], [ %tmp14, %bb ] ; <float> [#uses=1] - %tmp3 = getelementptr i32* %x, i32 %i.0.reg2mem.0 ; <i32*> [#uses=1] - %tmp4 = load i32* %tmp3, align 4 ; <i32> [#uses=1] + %tmp3 = getelementptr i32, i32* %x, i32 %i.0.reg2mem.0 ; <i32*> [#uses=1] + %tmp4 = load i32, i32* %tmp3, align 4 ; <i32> [#uses=1] %tmp45 = sitofp i32 %tmp4 to float ; <float> [#uses=1] - %tmp8 = getelementptr float* %y, i32 %i.0.reg2mem.0 ; <float*> [#uses=1] - %tmp9 = load float* %tmp8, align 4 ; <float> [#uses=1] + %tmp8 = getelementptr float, float* %y, i32 %i.0.reg2mem.0 ; <float*> [#uses=1] + %tmp9 = load float, float* %tmp8, align 4 ; <float> [#uses=1] %tmp11 = fmul float %tmp9, %tmp45 ; <float> [#uses=1] %tmp14 = fadd float %tmp11, %res.0.reg2mem.0 ; <float> [#uses=2] %indvar.next = add i32 %i.0.reg2mem.0, 1 ; <i32> [#uses=2] |