projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b56a90
)
Livestacks really does preserve everything.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 22 Sep 2008 22:26:15 +0000
(22:26 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 22 Sep 2008 22:26:15 +0000
(22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56476
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveStackAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveStackAnalysis.cpp
b/lib/CodeGen/LiveStackAnalysis.cpp
index 0670570ddf5485b91f928078f870f9260a989608..2baf699c66c71f576e71cd5f1ec9301a1f8d3346 100644
(file)
--- a/
lib/CodeGen/LiveStackAnalysis.cpp
+++ b/
lib/CodeGen/LiveStackAnalysis.cpp
@@
-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);
}