[arm fast-isel] Appease the machine verifier by using the proper register
authorChad Rosier <mcrosier@apple.com>
Tue, 27 Nov 2012 22:29:43 +0000 (22:29 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 27 Nov 2012 22:29:43 +0000 (22:29 +0000)
commit6e99a8cb37916dbd2fcc9d150fee006d383a4c54
tree0452c745bbe9044a8610457f30228e7dde6b69cd
parentb1146a242c423a1f703ccdf75f1a7c6649d60f72
[arm fast-isel] Appease the machine verifier by using the proper register
classes.  The vast majority of the remaining issues are due to uses of
invalid registers, which are defined by getRegForValue().  Those will be
a little more challenging to cleanup.
rdar://12719844

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