When emitting code for the verifier, instead of emitting each case statement
authorChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 04:24:58 +0000 (04:24 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 04:24:58 +0000 (04:24 +0000)
commitc4d9b240b157efa9301d451ac44c12f6b004db8f
treefb5f9daddeed6c5f5bb5aae2b9e3ee69b46538ad
parent7e02151ce2686687446ba7293e66d6b096106e68
When emitting code for the verifier, instead of emitting each case statement
independently, batch up checks so that identically typed intrinsics share
verifier code.  This dramatically reduces the size of the verifier function,
which should help avoid GCC running out of memory compiling Verifier.cpp.

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