Destroy MethodLiveVarInfo after register allocation.

llvm-svn: 1976
This commit is contained in:
Vikram S. Adve 2002-03-24 03:54:03 +00:00
parent 479126b3d3
commit 7a78ae9dd6
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ namespace {
Pass::AnalysisSet &Provided) {
Requires.push_back(cfg::LoopInfo::ID);
Requires.push_back(MethodLiveVarInfo::ID);
Destroyed.push_back(MethodLiveVarInfo::ID);
}
};
}