stormy16.c (xstormy16_expand_prologue): Remove spurious backslash.

* config/stormy16/stormy16.c (xstormy16_expand_prologue): Remove
	spurious backslash.

From-SVN: r196779
This commit is contained in:
Nick Clifton 2013-03-18 10:43:50 +00:00 committed by Nick Clifton
parent 20b2e6a078
commit a6178a256d
2 changed files with 4 additions and 1 deletions

View 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.

View 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);