This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Dump after remove_useless_vars
- From: Diego Novillo <dnovillo at redhat dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 29 Feb 2004 12:30:41 -0500
- Subject: [tree-ssa] Dump after remove_useless_vars
- Organization: Red Hat Canada
Prevents the .vars dump from being empty.
Diego.
* gimple-low.c (pass_remove_useless_vars): Add TODO_dump_func.
Index: gimple-low.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/gimple-low.c,v
retrieving revision 1.1.4.19
diff -d -c -p -r1.1.4.19 gimple-low.c
*** gimple-low.c 24 Feb 2004 21:09:26 -0000 1.1.4.19
--- gimple-low.c 29 Feb 2004 17:25:42 -0000
*************** struct tree_opt_pass pass_remove_useless
*** 466,472 ****
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
! 0 /* todo_flags_finish */
};
--- 466,472 ----
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
! TODO_dump_func /* todo_flags_finish */
};