commit | bbeeb2a61ea19fbb5449260165b56c40fdc4860b | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Sep 22 20:58:04 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Sep 22 20:58:04 2008 +0000 |
tree | afd3e364209c9b349e6a70ca3ee71c086ff7297a | |
parent | f74185b80e07d58208b24f0314d94853d48ec9bd [diff] [blame] |
Mark several codegen passes as preserving all analysis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56469 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LiveStackAnalysis.cpp b/lib/CodeGen/LiveStackAnalysis.cpp index 9358c10..2baf699 100644 --- a/lib/CodeGen/LiveStackAnalysis.cpp +++ b/lib/CodeGen/LiveStackAnalysis.cpp
@@ -26,6 +26,7 @@ void LiveStacks::getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll(); + MachineFunctionPass::getAnalysisUsage(AU); } void LiveStacks::releaseMemory() {