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)
commitc464416107414ec97450da6e5c7af2fc4c8af43d
tree17ee29998fa5ea14f0decfc8e71b6aaba973adf8
parent15d4169e7e730220f978fb8f2061ba8579924a3a
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.

llvm-svn: 157536
llvm/lib/VMCore/Function.cpp
llvm/utils/TableGen/IntrinsicEmitter.cpp