* calls.c (load_register_parameters): Fix comment typo.
* expr.c (emit_push_insn): Comment formatting.
From-SVN: r103656
+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
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
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;