OSDN Git Service

update comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Nov 2003 21:32:01 +0000 (21:32 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Nov 2003 21:32:01 +0000 (21:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73633 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/typeck.c

index 26c6f2c..fa325c0 100644 (file)
@@ -5984,8 +5984,9 @@ check_return_expr (tree retval)
      returned expression uses the chosen variable somehow.  And people expect
      this restriction, anyway.  (jason 2000-11-19)
 
-     See finish_function, genrtl_start_function, and declare_return_variable
-     for other pieces of this optimization.  */
+     See finish_function, cxx_expand_function_start, and
+     cp_copy_res_decl_for_inlining for other pieces of this
+     optimization.  */
 
   if (fn_returns_value_p && flag_elide_constructors)
     {