1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Livestacks really does preserve everything.

llvm-svn: 56476
This commit is contained in:
Evan Cheng 2008-09-22 22:26:15 +00:00
parent 1ded8b6ad6
commit 0cfe303607

View 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);
}