Commit e7ca84b3 by Richard Kenner

Tweak comments

From-SVN: r39883
parent e5c617ff
...@@ -592,8 +592,8 @@ optimize_sibling_and_tail_recursive_calls () ...@@ -592,8 +592,8 @@ optimize_sibling_and_tail_recursive_calls ()
/* See if there are any reasons we can't perform either sibling or /* See if there are any reasons we can't perform either sibling or
tail call optimizations. We must be careful with stack slots tail call optimizations. We must be careful with stack slots
which are live at potential optimization sites. ?!? This test which are live at potential optimization sites. ?!? The first
is overly conservative and will be replaced. */ test is overly conservative and should be replaced. */
if (frame_offset if (frame_offset
/* Can't take address of local var if used by recursive call. */ /* Can't take address of local var if used by recursive call. */
|| current_function_uses_addressof || current_function_uses_addressof
......
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