Simplify code, don't or a bool with an uint64_t.
[oota-llvm.git] / lib / CodeGen / RegAllocGreedy.cpp
index 20ba8044464b283d16695c06f68f63df992277ff..06f69c1e0d16fc6199ad961765807d19556321b0 100644 (file)
@@ -330,9 +330,9 @@ void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const {
   AU.addPreserved<SlotIndexes>();
   AU.addRequired<LiveDebugVariables>();
   AU.addPreserved<LiveDebugVariables>();
-  AU.addRequired<CalculateSpillWeights>();
   AU.addRequired<LiveStacks>();
   AU.addPreserved<LiveStacks>();
+  AU.addRequired<CalculateSpillWeights>();
   AU.addRequired<MachineDominatorTree>();
   AU.addPreserved<MachineDominatorTree>();
   AU.addRequired<MachineLoopInfo>();