mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Destroy MethodLiveVarInfo after register allocation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97fb99bc54
commit
9c4f7268c6
@ -63,6 +63,7 @@ namespace {
|
||||
Pass::AnalysisSet &Provided) {
|
||||
Requires.push_back(cfg::LoopInfo::ID);
|
||||
Requires.push_back(MethodLiveVarInfo::ID);
|
||||
Destroyed.push_back(MethodLiveVarInfo::ID);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -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
Block a user