summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/and-su.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/and-su.ll')
-rw-r--r--llvm/test/CodeGen/X86/and-su.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/and-su.ll b/llvm/test/CodeGen/X86/and-su.ll
index 70c24615a7e..bdbab153501 100644
--- a/llvm/test/CodeGen/X86/and-su.ll
+++ b/llvm/test/CodeGen/X86/and-su.ll
@@ -6,7 +6,7 @@ define fastcc i32 @foo(i32* %p) nounwind {
; CHECK-LABEL: foo:
; CHECK: andl $10, %eax
; CHECK: je
- %t0 = load i32* %p
+ %t0 = load i32, i32* %p
%t2 = and i32 %t0, 10
%t3 = icmp ne i32 %t2, 0
br i1 %t3, label %bb63, label %bb76
OpenPOWER on IntegriCloud