summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2016-07-13 20:36:03 +0000
committerQuentin Colombet <qcolombet@apple.com>2016-07-13 20:36:03 +0000
commit3d35f0d482cf5ce6cf87d10a108ade79e7cc2065 (patch)
tree6edf6c332fb43c5abd56df3de9ad8a2097a50aba /test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
parent2b1c1c15c8fbacf7c9f46398a5850104ee3317a3 (diff)
[MIR] Print on the given output instead of stderr.
Currently the MIR framework prints all its outputs (errors and actual representation) on stderr. This patch fixes that by printing the regular output in the output specified with -o. Differential Revision: http://reviews.llvm.org/D22251 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir')
-rw-r--r--test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir b/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
index 4a1cbf93ccb..76702ce50fd 100644
--- a/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
+++ b/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
@@ -1,4 +1,4 @@
-# RUN: llc -start-after=dead-mi-elimination -stop-after=twoaddressinstruction -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: llc -start-after=dead-mi-elimination -stop-after=twoaddressinstruction -o - %s | FileCheck %s
--- |
target datalayout = "E-m:e-i64:64-n32:64"