CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-5.ll
index 234bc0d2f4f1fff5a8a55b702619a32a97e82d1b..d217a5c47dfbdcce6828e2f6dc3a367aa3e7dfa4 100644 (file)
@@ -6,6 +6,6 @@
 
 define i32 @get_a() {
 entry:
-       %tmp1 = load i32* @a, align 4
+       %tmp1 = load i32, i32* @a, align 4
        ret i32 %tmp1
 }