summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-07-16 10:58:02 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-07-16 10:58:02 +0000
commit50729ad717ab4bf1d3cf002d5ecb28286acdd89d (patch)
treea4a3ef66b48ad81b7bab252d84df98b4ef981048
parent6d673953e370e8f17ad35bc60fa69e2f497c5442 (diff)
downloadbcm5719-llvm-50729ad717ab4bf1d3cf002d5ecb28286acdd89d.tar.gz
bcm5719-llvm-50729ad717ab4bf1d3cf002d5ecb28286acdd89d.zip
Feed the right output into FileCheck.
llvm-svn: 108523
-rw-r--r--llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll b/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
index e9f7ad3f4e3..9a6321bb43c 100644
--- a/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
+++ b/llvm/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple=thumbv6-apple-darwin10 %s -o - | FileCheck %s
-; RUN: opt -strip-debug < %s -o - | llc -mtriple=thumbv6-apple-darwin10 %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumbv6-apple-darwin10 < %s | FileCheck %s
+; RUN: opt -strip-debug < %s | llc -mtriple=thumbv6-apple-darwin10 | FileCheck %s
; Stripping out debug info formerly caused the last two multiplies to be emitted in
; the other order. 7797940 (part of it dated 6/29/2010..7/15/2010).
OpenPOWER on IntegriCloud