commit | 538859cca3518a981293cf773e490fcf29a153c2 | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Sat Jul 16 02:24:59 2016 +0000 |
committer | Matthias Braun <matze@braunis.de> | Sat Jul 16 02:24:59 2016 +0000 |
tree | 6eb922449d7884b9d620e5e464edc493ea3f6bd7 | |
parent | c0d2a617f7654c1842f121ebad6345bbea8e121a [diff] [blame] |
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
diff --git a/llvm/test/CodeGen/MIR/Generic/machine-basic-block-ir-block-reference.mir b/llvm/test/CodeGen/MIR/Generic/machine-basic-block-ir-block-reference.mir index 22af270..a5737c2 100644 --- a/llvm/test/CodeGen/MIR/Generic/machine-basic-block-ir-block-reference.mir +++ b/llvm/test/CodeGen/MIR/Generic/machine-basic-block-ir-block-reference.mir
@@ -1,4 +1,4 @@ -# RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s 2>&1 | FileCheck %s +# RUN: llc -run-pass none -o - %s 2>&1 | FileCheck %s # This test ensures that the MIR parser preserves unnamed LLVM IR block # references.