From 40b0345dda5a8e334e4dc6964b7cfb66eb6aa9d9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 31 Aug 2005 03:33:23 +0000 Subject: [PATCH] calls.c (load_register_parameters): Fix comment typo. * calls.c (load_register_parameters): Fix comment typo. * expr.c (emit_push_insn): Comment formatting. From-SVN: r103656 --- gcc/ChangeLog | 5 +++++ gcc/calls.c | 2 +- gcc/expr.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48150b0cdfc..b3d7f35dfce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-08-31 Alan Modra + + * calls.c (load_register_parameters): Fix comment typo. + * expr.c (emit_push_insn): Comment formatting. + 2005-08-30 Ian Lance Taylor * config/i386/x-cygwin (host-cygwin): Change dependency from diff --git a/gcc/calls.c b/gcc/calls.c index 84e0db78c7f..4074dbd8bad 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -1444,7 +1444,7 @@ rtx_for_function_call (tree fndecl, tree addr) Mark all register-parms as living through the call, putting these USE insns in the CALL_INSN_FUNCTION_USAGE field. - When IS_SIBCALL, perform the check_sibcall_overlap_argument_overlap + When IS_SIBCALL, perform the check_sibcall_argument_overlap checking, setting *SIBCALL_FAILURE if appropriate. */ static void diff --git a/gcc/expr.c b/gcc/expr.c index 6cfe2d11746..b15283a7c8e 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -3615,7 +3615,7 @@ emit_push_insn (rtx x, enum machine_mode mode, tree type, rtx size, offset = 0; /* Now NOT_STACK gets the number of words that we don't need to - allocate on the stack. Convert OFFSET to words too. */ + allocate on the stack. Convert OFFSET to words too. */ not_stack = (partial - offset) / UNITS_PER_WORD; offset /= UNITS_PER_WORD; -- 2.30.2