summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir')
-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 39d14e72ffee..3caab2c7a578 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 | FileCheck %s
+# RUN: llc -mtriple=powerpc64-unknown-linux-gnu -run-pass none -o - %s | FileCheck %s
# PR24724
--- |