diff options
author | Alan Modra <amodra@bigpond.net.au> | 2005-08-31 03:33:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2005-08-31 13:03:23 +0930 |
commit | 40b0345dda5a8e334e4dc6964b7cfb66eb6aa9d9 (patch) | |
tree | 1b3cabaf3ea8b1e02baf49447b8c0b1223a9ff46 /gcc/expr.c | |
parent | 988497883cac25d31d30c643c9a7cf4c4c27d860 (diff) | |
download | gcc-40b0345dda5a8e334e4dc6964b7cfb66eb6aa9d9.zip gcc-40b0345dda5a8e334e4dc6964b7cfb66eb6aa9d9.tar.gz gcc-40b0345dda5a8e334e4dc6964b7cfb66eb6aa9d9.tar.bz2 |
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
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |