Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 24 May 2010 16:54:32 +0000 (16:54 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 24 May 2010 16:54:32 +0000 (16:54 +0000)
commit558661d2718cf5750907c449d36ff1231924a2d1
tree733ee908020dd10a099377f89b7b6e51c4434548
parent3458e9e4dfc8689179a74e954aad78d3a4b564ff
Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
from ARMRegisterInfo.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
lib/Target/ARM/NEONPreAllocPass.cpp