http://llvm.org/bugs/show_bug.cgi?id=5380
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Chris Lattner <[email protected]> 2009-11-03 15:53:18 --- All the memory leaks look bogus. It doesn't realize that new (... somebasicblock) transfers ownership to the basic block. (as one example). If you're interested in doing this, please run it on mainline SVN head. These results are too old to do anything with. Thanks for working on this though! -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
