]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/tree-ssa-phiopt.c
Unify the management of RTL and tree-level dump files.
[gcc.git] / gcc / tree-ssa-phiopt.c
index 220c391598e4ccc55e65b356ef759c2b3be5d7d4..bbdccf437779017356f2e0053f09882375a34565 100644 (file)
@@ -674,7 +674,8 @@ struct tree_opt_pass pass_phiopt =
   0,                                   /* todo_flags_start */
   TODO_dump_func | TODO_ggc_collect    /* todo_flags_finish */
     | TODO_verify_ssa | TODO_rename_vars
-    | TODO_verify_flow
+    | TODO_verify_flow,
+  0                                    /* letter */
 };
                                                                                                
 
This page took 0.028398 seconds and 5 git commands to generate.