This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Commited obvious bugfix in sparc.md


Hi!

FYI I've commited following patchlet under the obvious bugfix rule.

2000-05-22  Jakub Jelinek  <jakub@redhat.com>

	* config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
	just one argument.

--- gcc/config/sparc/sparc.md.jj	Tue May 16 23:01:33 2000
+++ gcc/config/sparc/sparc.md	Mon May 22 13:26:54 2000
@@ -3359,7 +3359,7 @@
        || register_operand (operands[1], DFmode)
        || fp_zero_operand (operands[1], DFmode))"
   "@
-  fzero\\t%1, %0
+  fzero\\t%0
   fmovd\\t%1, %0
   ldd\\t%1, %0
   stx\\t%r1, %0

	Jakub

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]