diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-10-20 21:10:27 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-10-20 21:10:27 +0000 | 
| commit | 30815c536baacc07e925f0aef23a5395883173dc (patch) | |
| tree | 2cbcf22585e99f8a87d12d5ff94f392c0d266819 /lib/CodeGen/RegAllocLinearScan.cpp | |
| parent | 411bd29eea3c360d5b48a18a17b5e87f5671af0e (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
| -rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 0dd3c598c1543..ce3fb90b1126a 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -18,7 +18,6 @@  #include "VirtRegRewriter.h"  #include "RegisterClassInfo.h"  #include "Spiller.h" -#include "RegisterCoalescer.h"  #include "llvm/Analysis/AliasAnalysis.h"  #include "llvm/Function.h"  #include "llvm/CodeGen/CalcSpillWeights.h" @@ -209,7 +208,7 @@ namespace {          AU.addRequiredID(StrongPHIEliminationID);        // Make sure PassManager knows which analyses to make available        // to coalescing and which analyses coalescing invalidates. -      AU.addRequiredTransitive<RegisterCoalescer>(); +      AU.addRequiredTransitiveID(RegisterCoalescerPassID);        AU.addRequired<CalculateSpillWeights>();        AU.addRequiredID(LiveStacksID);        AU.addPreservedID(LiveStacksID); | 
