Change enum type in a static table to uint8_t instead. Saves about 700 hundred bytes...
authorCraig Topper <craig.topper@gmail.com>
Thu, 20 Sep 2012 06:14:08 +0000 (06:14 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 20 Sep 2012 06:14:08 +0000 (06:14 +0000)
commitaa258442b9c9f764845660a8f3233c7887e7cf6f
treefecfe122164028b73f9598d3e34e9507f4cc8f8b
parent85fb261a55df896c5c0b1ba43c8f3e2647cccf2d
Change enum type in a static table to uint8_t instead. Saves about 700 hundred bytes of static data. Change unsigned char in same table to uint8_t for explicitness.

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