summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocPBQP.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-06-26 22:34:10 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-06-26 22:34:10 +0000
commit676c405acb2e07167cc2f3973b119e6bbbf0c966 (patch)
treed9b576e42e077a38c45005050a26e257b006319a /llvm/lib/CodeGen/RegAllocPBQP.cpp
parent95ce4f67a33699e40500005a179b0ef17722d471 (diff)
downloadbcm5719-llvm-676c405acb2e07167cc2f3973b119e6bbbf0c966.tar.gz
bcm5719-llvm-676c405acb2e07167cc2f3973b119e6bbbf0c966.zip
There is only one register coalescer. Merge it into the base class and
remove the analysis group. llvm-svn: 133899
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocPBQP.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocPBQP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocPBQP.cpp b/llvm/lib/CodeGen/RegAllocPBQP.cpp
index d6758419d76..72230d4b0c5 100644
--- a/llvm/lib/CodeGen/RegAllocPBQP.cpp
+++ b/llvm/lib/CodeGen/RegAllocPBQP.cpp
@@ -88,7 +88,7 @@ public:
: MachineFunctionPass(ID), builder(b), customPassID(cPassID) {
initializeSlotIndexesPass(*PassRegistry::getPassRegistry());
initializeLiveIntervalsPass(*PassRegistry::getPassRegistry());
- initializeRegisterCoalescerAnalysisGroup(*PassRegistry::getPassRegistry());
+ initializeRegisterCoalescerPass(*PassRegistry::getPassRegistry());
initializeCalculateSpillWeightsPass(*PassRegistry::getPassRegistry());
initializeLiveStacksPass(*PassRegistry::getPassRegistry());
initializeMachineLoopInfoPass(*PassRegistry::getPassRegistry());
OpenPOWER on IntegriCloud