mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
Clear out the landing pad to call site map for each function.
This isn't put into the 'clear()' method because the information needs to stick around (at least for a little bit) after the selection DAG is built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
534849687c
commit
4ed1fb0095
@ -817,6 +817,7 @@ void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis &aa) {
|
||||
AA = &aa;
|
||||
GFI = gfi;
|
||||
TD = DAG.getTarget().getTargetData();
|
||||
LPadToCallSiteMap.clear();
|
||||
}
|
||||
|
||||
/// clear - Clear out the current SelectionDAG and the associated
|
||||
|
Loading…
x
Reference in New Issue
Block a user