Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per entry...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 9 Feb 2012 11:25:09 +0000 (11:25 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 9 Feb 2012 11:25:09 +0000 (11:25 +0000)
commit133f9d989485376ce8ad0d6c61ba12e913fa6366
tree5b2abf7c9a4d4e3845b1f7cbcaae5aaf4a03d047
parent3015dfb7d739f4cc0b1408555889ecea880ffac9
Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per entry on x86_64.

No change on i386.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150170 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstrDesc.h
utils/TableGen/InstrInfoEmitter.cpp