Commit 9fd0c419 by J"orn Rennecke Committed by Joern Rennecke

* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".

From-SVN: r101600
parent 7d300a99
2005-07-04 J"orn Rennecke <joern.rennecke@st.com>
* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
2005-07-03 Joseph S. Myers <joseph@codesourcery.com> 2005-07-03 Joseph S. Myers <joseph@codesourcery.com>
* bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c, * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
......
...@@ -1686,7 +1686,8 @@ output_branchy_insn (enum rtx_code code, const char *template, ...@@ -1686,7 +1686,8 @@ output_branchy_insn (enum rtx_code code, const char *template,
const char * const char *
output_ieee_ccmpeq (rtx insn, rtx *operands) output_ieee_ccmpeq (rtx insn, rtx *operands)
{ {
return output_branchy_insn (NE, "bt\t%l9\\;fcmp/eq\t%1,%0", insn, operands); return output_branchy_insn (NE, "bt\t%l9\n\tfcmp/eq\t%1,%0",
insn, operands);
} }
/* Output the start of the assembler file. */ /* Output the start of the assembler file. */
......
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