Commit 7ae4ad28 by Eric Christopher

calls.c (expand_call): Fix typo in comment.

2004-07-14  Eric Christopher  <echristo@redhat.com>

	* calls.c (expand_call): Fix typo in comment.

From-SVN: r84719
parent b1346fa3
2004-07-14 Eric Christopher <echristo@redhat.com>
* calls.c (expand_call): Fix typo in comment.
2004-07-14 Steve Ellcey <sje@cup.hp.com> 2004-07-14 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.c (ia64_expand_compare): Allow ORDERED * config/ia64/ia64.c (ia64_expand_compare): Allow ORDERED
......
...@@ -2223,7 +2223,7 @@ expand_call (tree exp, rtx target, int ignore) ...@@ -2223,7 +2223,7 @@ expand_call (tree exp, rtx target, int ignore)
|| (!ACCUMULATE_OUTGOING_ARGS && args_size.constant))) || (!ACCUMULATE_OUTGOING_ARGS && args_size.constant)))
structure_value_addr = copy_to_reg (structure_value_addr); structure_value_addr = copy_to_reg (structure_value_addr);
/* Tail calls can make things harder to debug, and we're traditionally /* Tail calls can make things harder to debug, and we've traditionally
pushed these optimizations into -O2. Don't try if we're already pushed these optimizations into -O2. Don't try if we're already
expanding a call, as that means we're an argument. Don't try if expanding a call, as that means we're an argument. Don't try if
there's cleanups, as we know there's code to follow the call. there's cleanups, as we know there's code to follow the call.
......
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