finish encoding all of the interesting details of intrinsics. Now intrinsics
authorChris Lattner <sabre@nondot.org>
Thu, 17 May 2012 05:03:24 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 May 2012 05:03:24 +0000 (05:03 +0000)
commitd7cf5eb0219db7303875941ab62b3ef6e8fb0b31
tree7fb437896f971e6c063803282d098886efb2a503
parent46aaf69e37287a9696b6cc5c49d10d0937ff052b
finish encoding all of the interesting details of intrinsics.  Now intrinsics
are only rejected because they can't be encoded into a 32-bit unit, not because
they contain an unencodable feature.

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