llvm-6502/include
Chris Lattner c28cc093e3 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
allocated and thus not freed.  This is cool except that it contains
and std::string so the string data didn't get freed.  In any case
there is no reason to redundantly store the string data in the 
MCSymbol anyway, just make the MCSymbol ref the string data in the
MCContext StringMap.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98536 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-15 06:15:35 +00:00
..
llvm fix a memory leak yjasskin pointed out: MCSymbol is bump pointer 2010-03-15 06:15:35 +00:00
llvm-c Whoops this already existed. 2010-03-11 23:21:19 +00:00