aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/and-su.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/and-su.ll')
-rw-r--r--test/CodeGen/X86/and-su.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/and-su.ll b/test/CodeGen/X86/and-su.ll
index 70c2461..bdbab15 100644
--- a/test/CodeGen/X86/and-su.ll
+++ b/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