enhance the intrinsic info table to encode what *kind* of Any argument
authorChris Lattner <sabre@nondot.org>
Sun, 27 May 2012 16:39:08 +0000 (16:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 May 2012 16:39:08 +0000 (16:39 +0000)
commitb4654c1c490275370ca706eed2d85cc232b21155
treefccc7c36ab13b6bf2e0a7258f3efc8df38a352b2
parente3f75f8797b9752bfe7923bff9a87a15a6fe3552
enhance the intrinsic info table to encode what *kind* of Any argument
it is (at the cost of 45 bytes of extra table space) so that the verifier can
start using it.

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