OSDN Git Service

Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check
authorJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 19:44:57 +0000 (19:44 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 19:44:57 +0000 (19:44 +0000)
commit7e2c04fd05c08d46ecb304938767b4b21cdb9325
tree57423ed9b90bf6be884e1dd871e4a78ce8d68437
parentd8be410d4b1bb2cc5e6917ad15de24bbe7b56d78
Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check
if the register is a member of the SPR register class directly instead.

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