summaryrefslogtreecommitdiff
path: root/gcc/sibcall.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-19 14:42:55 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-19 14:42:55 +0000
commit1c5ecca8ce7c60ebe629ad85078d11830a7cae41 (patch)
treebeff95d9f9bad1dc5e61e62542b57f574ff74255 /gcc/sibcall.c
parent142f5393516d4f2f2bbbdf85286967351995632e (diff)
downloadgcc-1c5ecca8ce7c60ebe629ad85078d11830a7cae41.tar.gz
Tweak comments
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sibcall.c')
-rw-r--r--gcc/sibcall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sibcall.c b/gcc/sibcall.c
index c599a8eac18..67b1e85f8c4 100644
--- a/gcc/sibcall.c
+++ b/gcc/sibcall.c
@@ -592,8 +592,8 @@ optimize_sibling_and_tail_recursive_calls ()
/* See if there are any reasons we can't perform either sibling or
tail call optimizations. We must be careful with stack slots
- which are live at potential optimization sites. ?!? This test
- is overly conservative and will be replaced. */
+ which are live at potential optimization sites. ?!? The first
+ test is overly conservative and should be replaced. */
if (frame_offset
/* Can't take address of local var if used by recursive call. */
|| current_function_uses_addressof