]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/passes.c
decl.c (java_expand_body): Kill.
[gcc.git] / gcc / passes.c
index 48f4af099d0d76bea403192fde1584b5189a9f60..0bcb7c7b302537703ab3a19c122917b04977cbeb 100644 (file)
@@ -461,8 +461,7 @@ next_pass_1 (struct tree_opt_pass **list, struct tree_opt_pass *pass)
        cgraph_expand_all_functions ()
            for each node N in the cgraph
               cgraph_expand_function (N)
-                  lang_hooks.callgraph.expand_function (DECL (N))
-                       tree_rest_of_compilation (DECL (N))  -> all_passes
+                 tree_rest_of_compilation (DECL (N))  -> all_passes
 */
 
 void
This page took 0.026797 seconds and 5 git commands to generate.