summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/Atomics-64.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-18 14:52:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-18 14:52:02 +0000
commitb72e763325d11b5c1c62ba2764bedc7b6e510881 (patch)
tree3ee6c4c518493b49ae8079873b76d9e38368cc78 /llvm/test/CodeGen/X86/Atomics-64.ll
parentda08761bb2cf2e2ee330770571d9b7e650343d26 (diff)
downloadbcm5719-llvm-b72e763325d11b5c1c62ba2764bedc7b6e510881.tar.gz
bcm5719-llvm-b72e763325d11b5c1c62ba2764bedc7b6e510881.zip
llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. It sometimes causes spurious failure on lit win32.
Feel free to prune or suppress each output. llvm-svn: 172823
Diffstat (limited to 'llvm/test/CodeGen/X86/Atomics-64.ll')
-rw-r--r--llvm/test/CodeGen/X86/Atomics-64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/Atomics-64.ll b/llvm/test/CodeGen/X86/Atomics-64.ll
index 8e93762cec1..8b0a349a8be 100644
--- a/llvm/test/CodeGen/X86/Atomics-64.ll
+++ b/llvm/test/CodeGen/X86/Atomics-64.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 > %t
-; RUN: llc < %s -march=x86 > %t
+; RUN: llc < %s -march=x86-64 > %t.x86-64
+; RUN: llc < %s -march=x86 > %t.x86
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-apple-darwin8"
OpenPOWER on IntegriCloud