forked from OSchip/llvm-project
Added reset of LexicalScope in LiveDebugVariables reset function.
llvm-svn: 220545
This commit is contained in:
parent
2bc90fdbdc
commit
2259400f8e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue