stormy16.c (xstormy16_expand_prologue): Remove spurious backslash.
authorNick Clifton <nickc@redhat.com>
Mon, 18 Mar 2013 10:43:50 +0000 (10:43 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 18 Mar 2013 10:43:50 +0000 (10:43 +0000)
* config/stormy16/stormy16.c (xstormy16_expand_prologue): Remove
spurious backslash.

From-SVN: r196779

gcc/ChangeLog
gcc/config/stormy16/stormy16.c

index 2dbb88bda38ad2dfa14042b70eef273ef65b1a79..0bae8e6482537237d7635df1c8e0d6473328f0fc 100644 (file)
@@ -1,5 +1,8 @@
 2013-03-18  Nick Clifton  <nickc@redhat.com>
 
+       * config/stormy16/stormy16.c (xstormy16_expand_prologue): Remove
+       spurious backslash.
+
        * config/mn10300/mn10300.c (mn10300_get_live_callee_saved_regs):
        Add missing line to comment describing function.
 
index 3e20d209a1874435569d016e668672bba94b1a6c..278ac17dcc8f73c15dec33cdaf729fb4aaa3f2ba 100644 (file)
@@ -1082,7 +1082,7 @@ xstormy16_expand_prologue (void)
                                             gen_rtx_MEM (Pmode, stack_pointer_rtx),
                                             reg);
        XVECEXP (dwarf, 0, 1) = gen_rtx_SET (Pmode, stack_pointer_rtx,
-                                            plus_constant (Pmode, \
+                                            plus_constant (Pmode,
                                                            stack_pointer_rtx,
                                                            GET_MODE_SIZE (Pmode)));
        add_reg_note (insn, REG_FRAME_RELATED_EXPR, dwarf);