summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:20:35 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:20:35 +0000
commit3632cf8e6b743ddf5c8e08e89a7d618b78c75bdc (patch)
tree1034f49fdd012e4f68645df36dec72d7f7fbbd0b
parent09ee8a7f9235efb79f26ac0887580fad1b9e918a (diff)
downloadbcm5719-llvm-3632cf8e6b743ddf5c8e08e89a7d618b78c75bdc.tar.gz
bcm5719-llvm-3632cf8e6b743ddf5c8e08e89a7d618b78c75bdc.zip
Relax expressions and add explicit triplets -linux and -win32.
llvm-svn: 126206
-rw-r--r--llvm/test/CodeGen/X86/lsr-overflow.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-overflow.ll b/llvm/test/CodeGen/X86/lsr-overflow.ll
index 0b0214c6d9f..5bc4f7e96a0 100644
--- a/llvm/test/CodeGen/X86/lsr-overflow.ll
+++ b/llvm/test/CodeGen/X86/lsr-overflow.ll
@@ -1,10 +1,11 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
; The comparison uses the pre-inc value, which could lead LSR to
; try to compute -INT64_MIN.
; CHECK: movabsq $-9223372036854775808, %rax
-; CHECK: cmpq %rax, %rbx
+; CHECK: cmpq %rax,
; CHECK: sete %al
declare i64 @bar()
OpenPOWER on IntegriCloud