Fix a build problem with VC++ by not doing the target prefix
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jan 2008 21:24:22 +0000 (21:24 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jan 2008 21:24:22 +0000 (21:24 +0000)
commitfa0fba1c546091c485e5513eadeef181dda370ab
treeca51b32678987f479179b3ddd25d76ef20f34c28
parentdde059a9de65941e7b9013ddab92d3da403dd7be
Fix a build problem with VC++ by not doing the target prefix
comparison for every builtin.  This reduces the depth of
the if/elseif chain dramatically.

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