projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e132a
)
Added reset of LexicalScope in LiveDebugVariables reset function.
author
Marcello Maggioni
<hayarms@gmail.com>
Fri, 24 Oct 2014 02:46:50 +0000
(
02:46
+0000)
committer
Marcello Maggioni
<hayarms@gmail.com>
Fri, 24 Oct 2014 02:46:50 +0000
(
02:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220545
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveDebugVariables.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveDebugVariables.cpp
b/lib/CodeGen/LiveDebugVariables.cpp
index
72d0e13
..
1624851
100644
(file)
--- a/
lib/CodeGen/LiveDebugVariables.cpp
+++ b/
lib/CodeGen/LiveDebugVariables.cpp
@@
-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.