[llvm-commits] [llvm] r41729 - in /llvm/trunk: include/llvm/CodeGen/LiveInterval.h include/llvm/CodeGen/LiveIntervalAnalysis.h lib/CodeGen/LiveInterval.cpp lib/CodeGen/LiveIntervalAnalysis.cpp lib/CodeGen/SimpleRegisterCoalescing.cpp
Chris Lattner
clattner at apple.com
Wed Sep 5 19:02:26 PDT 2007
On Sep 5, 2007, at 6:07 PM, Evan Cheng wrote:
>> Nice! To verify, you *are* running the destructors on the VNInfo
>> objects before you nuke the memory region, right? Not destroying the
>> VNInfo would cause the VNInfo::kills smallvector to leak memory.
>
> Ugh, no. It's leaky like a broken lawn sprinkler. :-) I've fixed it
> with this patch:
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-
> Mon-20070903/053284.html
Thanks Evan!
-Chris
More information about the llvm-commits
mailing list