summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2017-06-02 22:46:26 +0000
committerQuentin Colombet <qcolombet@apple.com>2017-06-02 22:46:26 +0000
commit9f43f266be5d693e1d93bb4de5faaadf131710b0 (patch)
treeb770e0769180bb3e937a055325a0043751f828d7 /test/CodeGen/MIR
parent13596b2bfeb19182d0534755d5cdfaf630f4d894 (diff)
[RABasic] Properly initialize the pass
Use the initializeXXX method to initialize the RABasic pass in the pipeline. This enables us to take advantage of the .mir infrastructure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MIR')
-rw-r--r--test/CodeGen/MIR/Generic/runPass.mir1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/MIR/Generic/runPass.mir b/test/CodeGen/MIR/Generic/runPass.mir
index eeef9d52651..33380d4c6bb 100644
--- a/test/CodeGen/MIR/Generic/runPass.mir
+++ b/test/CodeGen/MIR/Generic/runPass.mir
@@ -1,4 +1,5 @@
# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
+# RUN: llc -run-pass=regallocbasic -debug-pass=Arguments -o - %s | FileCheck %s
# Check that passes are initialized correctly, so that it's possible to
# use -run-pass.