mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 16:54:12 +00:00
Clear variable debug info map at the end of the function.
llvm-svn: 83571
This commit is contained in:
parent
3a55fe2105
commit
dcfcba3a71
@ -76,6 +76,9 @@ void MachineModuleInfo::EndFunction() {
|
||||
FilterEnds.clear();
|
||||
CallsEHReturn = 0;
|
||||
CallsUnwindInit = 0;
|
||||
#ifdef ATTACH_DEBUG_INFO_TO_AN_INSN
|
||||
VariableDbgInfo.clear();
|
||||
#endif
|
||||
}
|
||||
|
||||
/// AnalyzeModule - Scan the module for global debug information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user