mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Added reset of LexicalScope in LiveDebugVariables reset function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220545 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92e132a36f
commit
77348a5703
@ -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
Block a user