summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pr37063.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/pr37063.ll')
-rw-r--r--llvm/test/CodeGen/X86/pr37063.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/pr37063.ll b/llvm/test/CodeGen/X86/pr37063.ll
index cf5e1fa5670..f7f8d622da5 100644
--- a/llvm/test/CodeGen/X86/pr37063.ll
+++ b/llvm/test/CodeGen/X86/pr37063.ll
@@ -6,9 +6,9 @@ declare void @bar()
define void @foo(i64*) {
; CHECK-LABEL: foo:
; CHECK: # %bb.0: # %start
-; CHECK-NEXT: movq (%rdi), %rax
-; CHECK-NEXT: andl $-2, %eax
-; CHECK-NEXT: cmpq $4, %rax
+; CHECK-NEXT: movl (%rdi), %eax
+; CHECK-NEXT: andl $6, %eax
+; CHECK-NEXT: cmpl $4, %eax
; CHECK-NEXT: jne .LBB0_2
; CHECK-NEXT: # %bb.1: # %bb1
; CHECK-NEXT: retq
OpenPOWER on IntegriCloud