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