summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-23 02:51:23 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-23 02:51:23 +0000
commitfa483857b4db5b2370c7fb73f578cc2a790f6e6d (patch)
treec654dfbfdb68ab670449fc8f01dff52f0515df92 /gcc/config/mn10300
parentc3e88ce91c0c8e56225975bbb9cc81edc142d331 (diff)
downloadgcc-fa483857b4db5b2370c7fb73f578cc2a790f6e6d.tar.gz
* config/iq2000/iq2000.c: Follow spelling conventions.
* config/iq2000/iq2000.h: Likewise. * config/mn10300/mn10300.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300')
-rw-r--r--gcc/config/mn10300/mn10300.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c
index fc22324c47e..3e14de37643 100644
--- a/gcc/config/mn10300/mn10300.c
+++ b/gcc/config/mn10300/mn10300.c
@@ -695,7 +695,7 @@ expand_prologue ()
#define SIZE_FMOV_SP(S,N) (SIZE_FMOV_SP_ ((unsigned HOST_WIDE_INT)(S), (N)))
/* Consider alternative save_sp_merge only if we don't need the
- frame pointer and size is non-zero. */
+ frame pointer and size is nonzero. */
if (! frame_pointer_needed && size)
{
/* Insn: add -(size + 4 * num_regs_to_save), sp. */
@@ -750,7 +750,7 @@ expand_prologue ()
}
/* Consider alternative save_a0_merge only if we don't need a
- frame pointer, size is non-zero and the user hasn't
+ frame pointer, size is nonzero and the user hasn't
changed the calling conventions of a0. */
if (! frame_pointer_needed && size
&& call_used_regs[FIRST_ADDRESS_REGNUM]
@@ -1855,7 +1855,7 @@ legitimize_pic_address (orig, reg)
}
/* Return zero if X references a SYMBOL_REF or LABEL_REF whose symbol
- isn't protected by a PIC unspec; non-zero otherwise. */
+ isn't protected by a PIC unspec; nonzero otherwise. */
int
legitimate_pic_operand_p (x)
rtx x;