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

From-SVN: r101600
This commit is contained in:
J"orn Rennecke 2005-07-04 14:49:42 +00:00 committed by Joern Rennecke
parent 7d300a99e3
commit 9fd0c419ab
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,

View File

@ -1686,7 +1686,8 @@ output_branchy_insn (enum rtx_code code, const char *template,
const char *
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. */