[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / 2008-02-20-InlineAsmClobber.ll
index 0190df50308eff6a59aa27909ecec721a905a7fe..b3f303f8fd8573106dc797d19e526673e8b231d9 100644 (file)
@@ -8,7 +8,7 @@ target triple = "i386-apple-darwin8"
 
 define void @test() nounwind  {
 entry:
-       %tmp = load i32* @pixels, align 4               ; <i32> [#uses=1]
+       %tmp = load i32, i32* @pixels, align 4          ; <i32> [#uses=1]
        %tmp1 = tail call i32 asm sideeffect "a: $0 $1", "=r,0,~{dirflag},~{fpsr},~{flags},~{ax}"( i32 %tmp ) nounwind          ; <i32> [#uses=1]
        store i32 %tmp1, i32* @pixels, align 4
        ret void