aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2001-02-19 09:42:55 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2001-02-19 09:42:55 -0500
commite7ca84b3a6df74c93d6542a973983b4cf436bfa6 (patch)
treebeff95d9f9bad1dc5e61e62542b57f574ff74255 /gcc
parente5c617ff163919020a7125ec43c0b59f84275486 (diff)
downloadgcc-e7ca84b3a6df74c93d6542a973983b4cf436bfa6.zip
gcc-e7ca84b3a6df74c93d6542a973983b4cf436bfa6.tar.gz
gcc-e7ca84b3a6df74c93d6542a973983b4cf436bfa6.tar.bz2
Tweak comments
From-SVN: r39883
Diffstat (limited to 'gcc')
-rw-r--r--gcc/sibcall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sibcall.c b/gcc/sibcall.c
index c599a8e..67b1e85 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