ARM: stop explicitly marking armv7k libcalls as hard-float. NFC.
authorTim Northover <tnorthover@apple.com>
Wed, 18 Jul 2018 12:37:43 +0000 (12:37 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 18 Jul 2018 12:37:43 +0000 (12:37 +0000)
commite00cf4fc68c11830f48ef948814e9156a832e9ad
tree540c9732a27c92c1c34da8c9cfbe8c027919837d
parentd4abd14c1bfb271800e23bcd10ca2ff42027c290
ARM: stop explicitly marking armv7k libcalls as hard-float. NFC.

Since the triple's default is hard float, the libcalls will already use VFP
registers.

llvm-svn: 337386
llvm/lib/Target/ARM/ARMISelLowering.cpp