Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit tricky...
authorCraig Topper <craig.topper@gmail.com>
Mon, 2 Apr 2012 07:48:39 +0000 (07:48 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 2 Apr 2012 07:48:39 +0000 (07:48 +0000)
commitfab3f7ee6f2adca5037f597ce4f28c5acdcbd852
tree16590d31a8bde6b29cb8cad7abd64b584991e9b0
parent44b5e6de8cb7a5562f698078415a3a9b608b8ed6
Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit tricky due to the target specific sizes for some of the fields so the ordering is only optimal for the targets in the tree.

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