Trim whitespace.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 27 Jun 2004 22:47:33 +0000 (22:47 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 27 Jun 2004 22:47:33 +0000 (22:47 +0000)
commitec3227fe394c72838d3fabdc365d8520b6595890
treea2f5e5ab68b2e429bef205f18f4c7b3ada874f1a
parentce8158d1d63b841ab2ab3186aea49c76d144a942
Trim whitespace.
Support cast of ints (and narrower) to float and double.
Support cast double to double (using load and store).
Abort if we see a CallInst or SetCondInst with long/fp args, instead
of producing bad code.
Support add, sub, mul, div of float and double.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/InstSelectSimple.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/InstSelectSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp