calls.c (load_register_parameters): Fix comment typo.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 31 Aug 2005 03:33:23 +0000 (03:33 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 31 Aug 2005 03:33:23 +0000 (13:03 +0930)
* calls.c (load_register_parameters): Fix comment typo.
* expr.c (emit_push_insn): Comment formatting.

From-SVN: r103656

gcc/ChangeLog
gcc/calls.c
gcc/expr.c

index 48150b0cdfcd50d96bb73a503c110442620e151e..b3d7f35dfceb78cba7140e7d263ca1c8d251f626 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * calls.c (load_register_parameters): Fix comment typo.
+       * expr.c (emit_push_insn): Comment formatting.
+
 2005-08-30  Ian Lance Taylor  <ian@airs.com>
 
        * config/i386/x-cygwin (host-cygwin): Change dependency from
index 84e0db78c7f1fe25c620ec0e6a61847b3667b801..4074dbd8badb5c5620455c9c81da3d7cac5cc194 100644 (file)
@@ -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
index 6cfe2d11746ecbcb27e7978b335479ba84ed7d79..b15283a7c8ecb130399ad89ed398c577cccae32c 100644 (file)
@@ -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;