Expand tabs to spaces (overlooked in previous commit)
[oota-llvm.git] / lib / CodeGen / LiveStackAnalysis.cpp
index 0670570ddf5485b91f928078f870f9260a989608..2baf699c66c71f576e71cd5f1ec9301a1f8d3346 100644 (file)
@@ -25,8 +25,7 @@ char LiveStacks::ID = 0;
 static RegisterPass<LiveStacks> X("livestacks", "Live Stack Slot Analysis");
 
 void LiveStacks::getAnalysisUsage(AnalysisUsage &AU) const {
-  AU.addPreservedID(MachineLoopInfoID);
-  AU.addPreservedID(MachineDominatorsID);
+  AU.setPreservesAll();
   MachineFunctionPass::getAnalysisUsage(AU);
 }