Commit 40b0345d by Alan Modra Committed by Alan Modra

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
parent 98849788
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> 2005-08-30 Ian Lance Taylor <ian@airs.com>
* config/i386/x-cygwin (host-cygwin): Change dependency from * config/i386/x-cygwin (host-cygwin): Change dependency from
......
...@@ -1444,7 +1444,7 @@ rtx_for_function_call (tree fndecl, tree addr) ...@@ -1444,7 +1444,7 @@ rtx_for_function_call (tree fndecl, tree addr)
Mark all register-parms as living through the call, putting these USE Mark all register-parms as living through the call, putting these USE
insns in the CALL_INSN_FUNCTION_USAGE field. 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. */ checking, setting *SIBCALL_FAILURE if appropriate. */
static void static void
......
...@@ -3615,7 +3615,7 @@ emit_push_insn (rtx x, enum machine_mode mode, tree type, rtx size, ...@@ -3615,7 +3615,7 @@ emit_push_insn (rtx x, enum machine_mode mode, tree type, rtx size,
offset = 0; offset = 0;
/* Now NOT_STACK gets the number of words that we don't need to /* 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; not_stack = (partial - offset) / UNITS_PER_WORD;
offset /= UNITS_PER_WORD; offset /= UNITS_PER_WORD;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment