mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Clear variable debug info map at the end of the function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -76,6 +76,9 @@ void MachineModuleInfo::EndFunction() {
|
|||||||
FilterEnds.clear();
|
FilterEnds.clear();
|
||||||
CallsEHReturn = 0;
|
CallsEHReturn = 0;
|
||||||
CallsUnwindInit = 0;
|
CallsUnwindInit = 0;
|
||||||
|
#ifdef ATTACH_DEBUG_INFO_TO_AN_INSN
|
||||||
|
VariableDbgInfo.clear();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/// AnalyzeModule - Scan the module for global debug information.
|
/// AnalyzeModule - Scan the module for global debug information.
|
||||||
|
Reference in New Issue
Block a user