Added reset of LexicalScope in LiveDebugVariables reset function.

llvm-svn: 220545
This commit is contained in:
Marcello Maggioni 2014-10-24 02:46:50 +00:00
parent 2bc90fdbdc
commit 2259400f8e
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ public:
"Dbg values are not emitted in LDV");
EmitDone = false;
ModifiedMF = false;
LS.reset();
}
/// mapVirtReg - Map virtual register to an equivalence class.