CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / private.ll
index c02d19319a498199a40587f3217d97b58d6f374f..4b936d2323ec034fdfbc1ee8449dcc85629cb5a1 100644 (file)
@@ -10,7 +10,7 @@ define private void @foo() {
 
 define i32 @bar() {
         call void @foo()
-       %1 = load i32* @baz, align 4
+       %1 = load i32, i32* @baz, align 4
         ret i32 %1
 
 ; CHECK-LABEL: bar: