Commit 2d81c9bf by David S. Miller Committed by David S. Miller

sparc.md (movdf_const_intreg_sp32): Fix length attribute.

	* config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
	attribute.

From-SVN: r22422
parent a9c17941
Tue Sep 15 04:18:52 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
attribute.
Mon Sep 14 14:02:53 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
......
......@@ -2947,7 +2947,7 @@
return \"#\";
}"
[(set_attr "type" "move")
(set_attr "length" "1")])
(set_attr "length" "1,2,2")])
;; ?? This and split disabled on sparc64... When I change the destination
;; ?? reg to be DImode to emit the constant formation code, the instruction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment