]> granicus.if.org Git - clang/commit
Add a fast path to CodeGenModule::getMangledName for almost all C functions,
authorChris Lattner <sabre@nondot.org>
Sat, 21 Mar 2009 06:31:09 +0000 (06:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Mar 2009 06:31:09 +0000 (06:31 +0000)
commitc50689bd1e8788a7fc8f19070b7505ff95034979
treeee808cff455fc301dfad16664bbaada00c04febd
parent81abbdd848aa02c30242bd22dcc6ffe024ae2957
Add a fast path to CodeGenModule::getMangledName for almost all C functions,
speeding up the testcase in PR3810 by 60%.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67431 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp