Use uint16_t to store registers and opcode in static tables in the target specific...
authorCraig Topper <craig.topper@gmail.com>
Sun, 11 Mar 2012 07:16:55 +0000 (07:16 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 11 Mar 2012 07:16:55 +0000 (07:16 +0000)
commitb78ca423844f19f4a838abb49b4b4fa7ae499707
tree74c164f122f075151fc729af31e11c5d09313c0b
parent048e9bdbeb9c2a9de1a4effde24ffe4946ca37c2
Use uint16_t to store registers and opcode in static tables in the target specific backends.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/FPMover.cpp