Implement Function::getIntrinsicID without it needing to call Value::getName,
authorChris Lattner <sabre@nondot.org>
Thu, 15 Feb 2007 19:17:16 +0000 (19:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Feb 2007 19:17:16 +0000 (19:17 +0000)
commit3b515802f652b16b05c9a8f344d219a0739b36a3
tree876bfac32a34247ea7b635ef30d4659a4759c9f0
parent638417f7887303b8dcf75043b39182de4c96db55
Implement Function::getIntrinsicID without it needing to call Value::getName,
which allocates a string.  This speeds up instcombine on 447.dealII by 5%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp
utils/TableGen/IntrinsicEmitter.cpp