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.