summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/PowerPC
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/PowerPC')
-rw-r--r--test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir b/test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir
index eee8ca52a5a..3e9022f5ff0 100644
--- a/test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir
+++ b/test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=powerpc64-unknown-linux-gnu -start-after machine-combiner -stop-after machine-combiner -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: llc -mtriple=powerpc64-unknown-linux-gnu -start-after machine-combiner -stop-after machine-combiner -o - %s | FileCheck %s
# PR24724
--- |