[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)
commitb4ac423ed487179f5d063f261d9d1bec2d57ccb0
tree6295be3d60016cb7ce4d979db014ea6e308c1258
parent3e9031e83e19b16b6450411249d812c66690dd76
[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

llvm-svn: 168735
llvm/lib/Target/ARM/ARMFastISel.cpp