This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] Dump after remove_useless_vars


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 */
  };



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]