forked from OSchip/llvm-project
Destroy MethodLiveVarInfo after register allocation.
llvm-svn: 1976
This commit is contained in:
parent
479126b3d3
commit
7a78ae9dd6
|
@ -63,6 +63,7 @@ namespace {
|
|||
Pass::AnalysisSet &Provided) {
|
||||
Requires.push_back(cfg::LoopInfo::ID);
|
||||
Requires.push_back(MethodLiveVarInfo::ID);
|
||||
Destroyed.push_back(MethodLiveVarInfo::ID);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue