Mark a static table as const. Shrink opcode size in static tables to uint16_t. Simpli...
authorCraig Topper <craig.topper@gmail.com>
Thu, 24 May 2012 03:59:11 +0000 (03:59 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 24 May 2012 03:59:11 +0000 (03:59 +0000)
commitcd2859eef83708c00330c94f6842499b48d5ed02
treed6d808aecd13119d29d6d006f11de4182eb090ae
parent3fb6eca0cd4c2b31b06543ca2ac60b9c91c2264d
Mark a static table as const. Shrink opcode size in static tables to uint16_t. Simplify loop iterating over one of those tables. No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp