Feed the right output into FileCheck.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 16 Jul 2010 10:58:02 +0000 (10:58 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 16 Jul 2010 10:58:02 +0000 (10:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108523 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Thumb/2010-07-15-debugOrdering.ll

index e9f7ad3f4e3017f0078f5b8a4e7cb8f69b9341d6..9a6321bb43c4d1eaaf19f08ccfa81f3a0fa7a9ec 100644 (file)
@@ -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).