Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seeme...
authorCraig Topper <craig.topper@gmail.com>
Wed, 5 Feb 2014 09:10:40 +0000 (09:10 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 5 Feb 2014 09:10:40 +0000 (09:10 +0000)
commit51dd765139492453032a08e3139bc6e0be3af137
tree6a4a017d4bcdb53e588efff08f1c33d6f3260b03
parent49d687d58f196994f2dde9b765a103658a23663e
Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seemed excessive.

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