SIToFP and FPToSI conversions work only on fp-reg to fp-reg. Move
authorEric Christopher <echristo@apple.com>
Thu, 9 Sep 2010 21:44:45 +0000 (21:44 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 9 Sep 2010 21:44:45 +0000 (21:44 +0000)
commit9ee4ce2f91250ef44fea427392c8dad369df8972
treea25151e0c72031a67607a295c01686845b95ce23
parente9834387469824d0582d663de6f6a41d0538fe53
SIToFP and FPToSI conversions work only on fp-reg to fp-reg.  Move
some data around and implement a couple of move routines to do this.

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