[llvm-commits] CVS: llvm/lib/VMCore/ValueSymbolTable.cpp

Reid Spencer rspencer at reidspencer.com
Tue Feb 6 22:06:24 PST 2007


On Tue, 2007-02-06 at 23:53 -0600, Chris Lattner wrote:
> 
> Changes in directory llvm/lib/VMCore:
> 
> ValueSymbolTable.cpp updated: 1.5 -> 1.6

>  
>    // Insert the vmap entry
>    V->Name = UniqueName;
> -  vmap.insert(make_pair(V->Name, V));
>  }

That comment needs to be updated.




More information about the llvm-commits mailing list