Complete the MachineScheduler fix made way back in r210390.
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-03-26-CoalescerBug.ll
index 0b748d20b7cae543449ef638b563aa5f985339f1..908a2a803b2be4f72489257a643683a659aea9d6 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin
+; RUN: llc < %s -mtriple=powerpc-apple-darwin
 
 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]