implement some fixme's by making "autorenaming" in the value symbol table not
authorChris Lattner <sabre@nondot.org>
Fri, 27 Jun 2008 21:26:26 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Jun 2008 21:26:26 +0000 (21:26 +0000)
commit97388469b15fcb8c027377ae0d4a59ba9646f2a7
tree64f325415ad5cec88f0498d57876a2e970b212d1
parent48cd712d4c84507d3098e795aebce8bd5ad05b14
implement some fixme's by making "autorenaming" in the value symbol table not
thrash the heap with string stuff (e.g. utostr).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52838 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ValueSymbolTable.h
lib/VMCore/ValueSymbolTable.cpp