aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/X86/stack-object-invalid-name.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/X86/stack-object-invalid-name.mir')
-rw-r--r--test/CodeGen/MIR/X86/stack-object-invalid-name.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/X86/stack-object-invalid-name.mir b/test/CodeGen/MIR/X86/stack-object-invalid-name.mir
index e42e1e59f1e7..4572f106256d 100644
--- a/test/CodeGen/MIR/X86/stack-object-invalid-name.mir
+++ b/test/CodeGen/MIR/X86/stack-object-invalid-name.mir
@@ -1,4 +1,4 @@
-# RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
# This test ensures that the MIR parser reports an error when it encounters a
# stack object with a name that can't be associated with an alloca instruction.