diff options
author | Andrew Trick <atrick@apple.com> | 2012-01-17 06:54:59 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-01-17 06:54:59 +0000 |
commit | 8093eac51d23a35b368cd586349aae923f535a4a (patch) | |
tree | 06413047f72bc41756b16b5225a8e7b020568fb1 /llvm/lib/CodeGen/RegAllocBasic.cpp | |
parent | 12728f04ca6ef2490a8fed72f6723f878db1c375 (diff) | |
download | llvm-8093eac51d23a35b368cd586349aae923f535a4a.zip llvm-8093eac51d23a35b368cd586349aae923f535a4a.tar.gz llvm-8093eac51d23a35b368cd586349aae923f535a4a.tar.bz2 |
Moving options declarations around.
More short term hackery until we have a way to configure passes that work on LiveIntervals.
llvm-svn: 148289
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocBasic.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBasic.cpp b/llvm/lib/CodeGen/RegAllocBasic.cpp index cb92513..dbddf722 100644 --- a/llvm/lib/CodeGen/RegAllocBasic.cpp +++ b/llvm/lib/CodeGen/RegAllocBasic.cpp @@ -149,8 +149,6 @@ void RABasic::getAnalysisUsage(AnalysisUsage &AU) const { if (StrongPHIElim) AU.addRequiredID(StrongPHIEliminationID); AU.addRequiredTransitiveID(RegisterCoalescerPassID); - if (EnableMachineSched) - AU.addRequiredID(MachineSchedulerPassID); AU.addRequired<CalculateSpillWeights>(); AU.addRequired<LiveStacks>(); AU.addPreserved<LiveStacks>(); |