summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/lsr-overflow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/lsr-overflow.ll b/test/CodeGen/X86/lsr-overflow.ll
index eb6fa905b5..0b0214c6d9 100644
--- a/test/CodeGen/X86/lsr-overflow.ll
+++ b/test/CodeGen/X86/lsr-overflow.ll
@@ -3,7 +3,7 @@
; The comparison uses the pre-inc value, which could lead LSR to
; try to compute -INT64_MIN.
-; CHECK: movabsq $-9223372036854775808, %rax ## imm = 0x8000000000000000
+; CHECK: movabsq $-9223372036854775808, %rax
; CHECK: cmpq %rax, %rbx
; CHECK: sete %al