Clear variable debug info map at the end of the function.

llvm-svn: 83571
This commit is contained in:
Devang Patel 2009-10-08 20:41:17 +00:00
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.