Don't check for comments, which vary between subtargets.
authorDan Gohman <gohman@apple.com>
Wed, 17 Feb 2010 01:08:57 +0000 (01:08 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 17 Feb 2010 01:08:57 +0000 (01:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96434 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/lsr-overflow.ll

index eb6fa905b5a10756f564899c02bd03d1c2763e14..0b0214c6d9f8a5baf5887c1f0124dc5428b545db 100644 (file)
@@ -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