commit | 2259400f8e112b580d6e2dfb55066fc94acf2190 | [log] [tgz] |
---|---|---|
author | Marcello Maggioni <hayarms@gmail.com> | Fri Oct 24 02:46:50 2014 +0000 |
committer | Marcello Maggioni <hayarms@gmail.com> | Fri Oct 24 02:46:50 2014 +0000 |
tree | 35bcb90375486af6f4ea27693fd6c4ca3bf514f0 | |
parent | 2bc90fdbdc833a698e544b24d0ad2e9a29f34fef [diff] [blame] |
Added reset of LexicalScope in LiveDebugVariables reset function. llvm-svn: 220545
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index 72d0e13..1624851 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp
@@ -347,6 +347,7 @@ "Dbg values are not emitted in LDV"); EmitDone = false; ModifiedMF = false; + LS.reset(); } /// mapVirtReg - Map virtual register to an equivalence class.