X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fsubreg-to-reg-0.ll;h=251a754f43833ece035c07ed27853facacf420e9;hb=bc5667c7ac58c627aef30a47727a4dc7e68ab736;hp=d718c85a1d1f403b6df3e04eb351a1e7d0ef8d3f;hpb=36a0947820fd4aa4b8a5fa26e3f079bdf572bc81;p=oota-llvm.git diff --git a/test/CodeGen/X86/subreg-to-reg-0.ll b/test/CodeGen/X86/subreg-to-reg-0.ll index d718c85a1d1..251a754f438 100644 --- a/test/CodeGen/X86/subreg-to-reg-0.ll +++ b/test/CodeGen/X86/subreg-to-reg-0.ll @@ -4,7 +4,7 @@ ; x86-64's implicit zero-extension! define i64 @foo(i32* %p) nounwind { - %t = load i32* %p + %t = load i32, i32* %p %n = add i32 %t, 1 %z = zext i32 %n to i64 ret i64 %z