diff options
Diffstat (limited to 'test/CodeGen/X86/clobber-fi0.ll')
-rw-r--r-- | test/CodeGen/X86/clobber-fi0.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/clobber-fi0.ll b/test/CodeGen/X86/clobber-fi0.ll index 4876c35..02f1a16 100644 --- a/test/CodeGen/X86/clobber-fi0.ll +++ b/test/CodeGen/X86/clobber-fi0.ll @@ -20,17 +20,17 @@ bb: br label %bb4 bb4: ; preds = %bb4, %bb - %tmp6 = load i32* %tmp2, align 4 ; [#uses=1 type=i32] + %tmp6 = load i32, i32* %tmp2, align 4 ; [#uses=1 type=i32] %tmp7 = add i32 %tmp6, -1 ; [#uses=2 type=i32] store i32 %tmp7, i32* %tmp2, align 4 %tmp8 = icmp eq i32 %tmp7, 0 ; [#uses=1 type=i1] - %tmp9 = load i32* %tmp ; [#uses=1 type=i32] + %tmp9 = load i32, i32* %tmp ; [#uses=1 type=i32] %tmp10 = add i32 %tmp9, -1 ; [#uses=1 type=i32] store i32 %tmp10, i32* %tmp3 br i1 %tmp8, label %bb11, label %bb4 bb11: ; preds = %bb4 - %tmp12 = load i32* %tmp, align 4 ; [#uses=1 type=i32] + %tmp12 = load i32, i32* %tmp, align 4 ; [#uses=1 type=i32] ret i32 %tmp12 } |