diff options
Diffstat (limited to 'test/CodeGen/MIR/Generic/machine-function.mir')
-rw-r--r-- | test/CodeGen/MIR/Generic/machine-function.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/Generic/machine-function.mir b/test/CodeGen/MIR/Generic/machine-function.mir index 1c4ca3d07d2a..64802a13060e 100644 --- a/test/CodeGen/MIR/Generic/machine-function.mir +++ b/test/CodeGen/MIR/Generic/machine-function.mir @@ -1,4 +1,4 @@ -# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s +# RUN: llc -run-pass none -o - %s | FileCheck %s # This test ensures that the MIR parser parses machine functions correctly. --- | |