[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table
authorIgor Laevsky <igmyrj@gmail.com>
Thu, 22 Oct 2015 18:35:34 +0000 (18:35 +0000)
committerIgor Laevsky <igmyrj@gmail.com>
Thu, 22 Oct 2015 18:35:34 +0000 (18:35 +0000)
commita4e4343a262b95189136baa35053a33e5ff54f18
tree680b162ae861adaeb5c6079bda7b2e2015f7e3ca
parentd43c001a74f719a6089d0e5b616af3bcf9c29b48
[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table

There is no need to generate separate table for intrinsics mod ref behaviour.
It can now be determined purely from function attributes.

Differential Revision: http://reviews.llvm.org/D13917

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