summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-overflow.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-17 01:08:57 +0000
committerDan Gohman <gohman@apple.com>2010-02-17 01:08:57 +0000
commit2a5431e0042a534a795ab4ec14dd7cc03493a099 (patch)
treec8a81d82518a3819eac1ed674e7539eb2959fe3a /test/CodeGen/X86/lsr-overflow.ll
parentc96087b3433582f1c2bdb4f0ad3dad7f0b350339 (diff)
downloadllvm-2a5431e0042a534a795ab4ec14dd7cc03493a099.tar.gz
llvm-2a5431e0042a534a795ab4ec14dd7cc03493a099.tar.bz2
llvm-2a5431e0042a534a795ab4ec14dd7cc03493a099.tar.xz
Don't check for comments, which vary between subtargets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/lsr-overflow.ll')
-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