diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-28 22:00:29 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-28 22:00:29 +0000 |
commit | 7f9cab5182227846996fef295e6be88d5f49b888 (patch) | |
tree | d4fcfa9d65ba06abba22b01fc72a3d015e3f9413 /gcc/config | |
parent | adbadc1613199a5b7f98b9d04a589908a1bb8b24 (diff) | |
download | gcc-7f9cab5182227846996fef295e6be88d5f49b888.tar.gz |
* config/cris/cris.c: Remove whitespace at end of line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/cris/cris.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index c95430427d7..6ea1fc1f26d 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -547,7 +547,7 @@ cris_print_index (index, file) fprintf (file, "[$%s].d", reg_names[REGNO (inner)]); } else - cris_operand_lossage ("unexpected index-type in cris_print_index", + cris_operand_lossage ("unexpected index-type in cris_print_index", index); } @@ -563,7 +563,7 @@ cris_print_base (base, file) else if (GET_CODE (base) == POST_INC) fprintf (file, "$%s+", reg_names[REGNO (XEXP (base, 0))]); else - cris_operand_lossage ("unexpected base-type in cris_print_base", + cris_operand_lossage ("unexpected base-type in cris_print_base", base); } @@ -1094,7 +1094,7 @@ cris_target_asm_function_epilogue (file, size) fprintf (file, save_last); *save_last = 0; } - + if (file) fprintf (file, "\tAdd%s %d,$sp\n", ADDITIVE_SIZE_MODIFIER (argspace_offset), @@ -2689,11 +2689,11 @@ cris_split_movdx (operands) if (GET_CODE (addr) == POST_INC) { - emit_insn (gen_rtx_SET (VOIDmode, + emit_insn (gen_rtx_SET (VOIDmode, operand_subword (dest, 0, TRUE, mode), change_address (src, SImode, addr))); emit_insn (gen_rtx_SET (VOIDmode, - operand_subword (dest, 1, TRUE, mode), + operand_subword (dest, 1, TRUE, mode), change_address (src, SImode, addr))); } else @@ -3014,7 +3014,7 @@ rtx Xvecexp (x, n, m) rtx x; int n; -{ +{ return XVECEXP (x, n, m); } |