Replace TM.getRegisterInfo() calls by TRI instance variable.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Jul 2009 00:14:05 +0000 (00:14 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Jul 2009 00:14:05 +0000 (00:14 +0000)
commit97354f5181ee6b7999a468bfc5b62c11e11f6318
treefb71295615111c01a64cd051a43145cb459bf534
parente7800be8f08da88e9916020bb770e22c0d98625b
Replace TM.getRegisterInfo() calls by TRI instance variable.
Use getAsmName() method instead of accessing AsmName field directly.

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