aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-08-31 03:33:23 +0000
committerAlan Modra <amodra@gcc.gnu.org>2005-08-31 13:03:23 +0930
commit40b0345dda5a8e334e4dc6964b7cfb66eb6aa9d9 (patch)
tree1b3cabaf3ea8b1e02baf49447b8c0b1223a9ff46 /gcc/calls.c
parent988497883cac25d31d30c643c9a7cf4c4c27d860 (diff)
downloadgcc-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/calls.c')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 84e0db7..4074dbd 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