[PATCH] Fix LexicalScope reset in LiveDebugVariables.cpp
Marcello Maggioni
hayarms at gmail.com
Thu Oct 23 17:52:38 PDT 2014
Hello,
I noticed by inspection that in LiveDebugVariables.cpp we don't actually reset the LexicalScope when we clear() the LDVImpl object.
This might create problems if we rely on clearing the object.
This patch fixes that.
http://reviews.llvm.org/D5952
Files:
lib/CodeGen/LiveDebugVariables.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5952.15361.patch
Type: text/x-patch
Size: 396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141024/caf18dff/attachment.bin>
More information about the llvm-commits
mailing list