If we're about to emit something like:
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 30 Nov 2004 08:15:15 +0000 (08:15 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 30 Nov 2004 08:15:15 +0000 (08:15 +0000)
commit9e0b9028c7c7d9a1cac45778107b18162be927fd
tree51515f02bda54f4a4a47c3fcc80c18b5e3b89b02
parent0fcb9410b9c51a179b3c7a80291f00dac344038c
If we're about to emit something like:

  %f0 = fmovs %f0
  %f1 = fmovs %f1

then just delete the FpMOVD pseudo-instruction instead.  Also, add
statistics and debug printouts.

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