Add isCodeGenOnly value to the CodeGenInstruction class.
authorJim Grosbach <grosbach@apple.com>
Thu, 7 Jul 2011 00:48:02 +0000 (00:48 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 7 Jul 2011 00:48:02 +0000 (00:48 +0000)
commite727d67c585ae8d4779ddd29490d9009cfc8e845
treef541c3a0c1a16024b815f8995e2941f450390a9f
parentd0626aaccaeeaabbd32687e1d3f963e4d7555b0a
Add isCodeGenOnly value to the CodeGenInstruction class.

So users of a CGI don't have to look up the value directly from the original
Record; just like the rest of the convenience values in the class.

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