diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-07-16 10:58:02 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-07-16 10:58:02 +0000 |
commit | 3df1d5c4088870d5c3da4def5dcab488dae7d427 (patch) | |
tree | aca9573782b7b51f2660a423ee7c0c54f2c17244 | |
parent | a6aac4c5bc22bb10c7adb11eee3f82c703af7002 (diff) | |
download | external_llvm-3df1d5c4088870d5c3da4def5dcab488dae7d427.zip external_llvm-3df1d5c4088870d5c3da4def5dcab488dae7d427.tar.gz external_llvm-3df1d5c4088870d5c3da4def5dcab488dae7d427.tar.bz2 |
Feed the right output into FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108523 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Thumb/2010-07-15-debugOrdering.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll b/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll index e9f7ad3..9a6321b 100644 --- a/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll +++ b/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). |