Commit 3a2ea093 by Jakub Jelinek Committed by David S. Miller

sparc.md (return_losum_di): Fix typo in asm output string.

	* config/sparc/sparc.md (return_losum_di): Fix typo in asm
	output string.

From-SVN: r30801
parent 5826cacf
1999-12-06 Jakub Jelinek <jakub@redhat.com>
* config/sparc/sparc.md (return_losum_di): Fix typo in asm
output string.
Mon Dec 6 12:24:52 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* fold-const.c (optimize_bit_field_compare): Only use one mode
......
......@@ -8232,7 +8232,7 @@
(match_operand:DI 2 "immediate_operand" "in")))
(return)]
"TARGET_ARCH64 && ! TARGET_EPILOGUE && ! TARGET_CM_MEDMID"
"ret\;restore %r1, %%lo(a2), %Y0"
"ret\;restore %r1, %%lo(%a2), %Y0"
[(set_attr "type" "multi")])
;; The following pattern is only generated by delayed-branch scheduling,
......
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