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