OSDN Git Service

* sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jul 2005 14:49:42 +0000 (14:49 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jul 2005 14:49:42 +0000 (14:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101600 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/sh.c

index c05031a..e8c93fd 100644 (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,
index 6e8e299..7e30e97 100644 (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);
 }
 \f
 /* Output the start of the assembler file.  */