emit the LLVM intrinsic name -> intrinsic number mapping table with
authorChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 03:58:45 +0000 (03:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Sep 2010 03:58:45 +0000 (03:58 +0000)
commitcc67c75b67d22653ea9380020e9a40381233901d
treebe2f97ccbbb809a87e6ed7f18c36c59eb65b533d
parent09981982f13085d5e7fd5fb8f87b4a626d770c5f
emit the LLVM intrinsic name -> intrinsic number mapping table with
StringMatcher instead of a linear sequence of memcmps.

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