move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
authorJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 20:26:25 +0000 (20:26 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 20:26:25 +0000 (20:26 +0000)
commita4c3c8f28d9465dc7c42eb43c2377530f1821574
tree31f787fd67469afa3804a90ee84367fa8690412a
parent39e30124e50534972c2e58f4dab7d67c0c437743
move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
functions in ARMBaseInfo.h so it can be used in the MC library as well.
For anything bigger than this, we may want a means to have a small support
library for shared helper functions like this. Cross that bridge when we
come to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114016 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMBaseInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/ARM/ARMLoadStoreOptimizer.cpp