diff options
author | Matthias Braun <matze@braunis.de> | 2016-07-16 02:24:59 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-07-16 02:24:59 +0000 |
commit | 538859cca3518a981293cf773e490fcf29a153c2 (patch) | |
tree | 6eb922449d7884b9d620e5e464edc493ea3f6bd7 /llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir | |
parent | c0d2a617f7654c1842f121ebad6345bbea8e121a (diff) | |
download | bcm5719-llvm-538859cca3518a981293cf773e490fcf29a153c2.tar.gz bcm5719-llvm-538859cca3518a981293cf773e490fcf29a153c2.zip |
llc: Add support for -run-pass none
This does not schedule any passes besides the ones necessary to
construct and print the machine function. This is useful to test .mir
file reading and printing.
Differential Revision: http://reviews.llvm.org/D22432
llvm-svn: 275664
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir b/llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir index e6a9ef8d4c8..2633ea59bf5 100644 --- a/llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir +++ b/llvm/test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.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 --- | define i32 @test(i32 %a) { |