From: Richard Kenner Date: Mon, 19 Feb 2001 14:42:55 +0000 (-0500) Subject: Tweak comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7ca84b3a6df74c93d6542a973983b4cf436bfa6;p=gcc.git Tweak comments From-SVN: r39883 --- 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