aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/shift-pair.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/shift-pair.ll')
-rw-r--r--test/CodeGen/X86/shift-pair.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shift-pair.ll b/test/CodeGen/X86/shift-pair.ll
index 24ba1fc..62e51f0 100644
--- a/test/CodeGen/X86/shift-pair.ll
+++ b/test/CodeGen/X86/shift-pair.ll
@@ -3,7 +3,7 @@
define i64 @test(i64 %A) {
; CHECK: @test
; CHECK: shrq $54
-; CHECK: andq $1020
+; CHECK: andl $1020
; CHECK: ret
%B = lshr i64 %A, 56
%C = shl i64 %B, 2