diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll b/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll index 8e5bf56..908a2a8 100644 --- a/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll +++ b/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll @@ -2,7 +2,7 @@ define i32 @t(i64 %byteStart, i32 %activeIndex) nounwind { entry: - %tmp50 = load i32* null, align 4 ; <i32> [#uses=1] + %tmp50 = load i32, i32* null, align 4 ; <i32> [#uses=1] %tmp5051 = zext i32 %tmp50 to i64 ; <i64> [#uses=3] %tmp53 = udiv i64 %byteStart, %tmp5051 ; <i64> [#uses=1] %tmp5354 = trunc i64 %tmp53 to i32 ; <i32> [#uses=1] |