diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir b/llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir index 71b5b284534..f3a83480167 100644 --- a/llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir +++ b/llvm/test/CodeGen/MIR/Generic/function-missing-machine-function.mir @@ -1,4 +1,4 @@ -# RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s +# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s # This test verifies that an error is reported when a MIR file has some # function but is missing a corresponding machine function. |