tree-pass.h (TODO_verify_ssa, [...]): Remove.

2014-05-06  Richard Biener  <rguenther@suse.de>

	* tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
	TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
	(TODO_verify_all): Adjust.
	* asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
	TODO_verify_stmts and TODO_verify_rtl_sharing.
	* bb-reorder.c: Likewise.
	* cfgexpand.c: Likewise.
	* cprop.c: Likewise.
	* cse.c: Likewise.
	* function.c: Likewise.
	* fwprop.c: Likewise.
	* gcse.c: Likewise.
	* gimple-ssa-isolate-paths.c: Likewise.
	* gimple-ssa-strength-reduction.c: Likewise.
	* ipa-split.c: Likewise.
	* loop-init.c: Likewise.
	* loop-unroll.c: Likewise.
	* lower-subreg.c: Likewise.
	* modulo-sched.c: Likewise.
	* postreload-gcse.c: Likewise.
	* predict.c: Likewise.
	* recog.c: Likewise.
	* sched-rgn.c: Likewise.
	* store-motion.c: Likewise.
	* tracer.c: Likewise.
	* trans-mem.c: Likewise.
	* tree-call-cdce.c: Likewise.
	* tree-cfg.c: Likewise.
	* tree-cfgcleanup.c: Likewise.
	* tree-complex.c: Likewise.
	* tree-eh.c: Likewise.
	* tree-emutls.c: Likewise.
	* tree-if-conv.c: Likewise.
	* tree-into-ssa.c: Likewise.
	* tree-loop-distribution.c: Likewise.
	* tree-object-size.c: Likewise.
	* tree-parloops.c: Likewise.
	* tree-pass.h: Likewise.
	* tree-sra.c: Likewise.
	* tree-ssa-ccp.c: Likewise.
	* tree-ssa-copy.c: Likewise.
	* tree-ssa-copyrename.c: Likewise.
	* tree-ssa-dce.c: Likewise.
	* tree-ssa-dom.c: Likewise.
	* tree-ssa-dse.c: Likewise.
	* tree-ssa-forwprop.c: Likewise.
	* tree-ssa-ifcombine.c: Likewise.
	* tree-ssa-loop-ch.c: Likewise.
	* tree-ssa-loop-ivcanon.c: Likewise.
	* tree-ssa-loop.c: Likewise.
	* tree-ssa-math-opts.c: Likewise.
	* tree-ssa-phiopt.c: Likewise.
	* tree-ssa-phiprop.c: Likewise.
	* tree-ssa-pre.c: Likewise.
	* tree-ssa-reassoc.c: Likewise.
	* tree-ssa-sink.c: Likewise.
	* tree-ssa-strlen.c: Likewise.
	* tree-ssa-tail-merge.c: Likewise.
	* tree-ssa-uncprop.c: Likewise.
	* tree-switch-conversion.c: Likewise.
	* tree-tailcall.c: Likewise.
	* tree-vect-generic.c: Likewise.
	* tree-vectorizer.c: Likewise.
	* tree-vrp.c: Likewise.
	* tsan.c: Likewise.
	* var-tracking.c: Likewise.
	* bt-load.c: Likewise.
	* cfgcleanup.c: Likewise.
	* combine-stack-adj.c: Likewise.
	* combine.c: Likewise.
	* compare-elim.c: Likewise.
	* config/epiphany/resolve-sw-modes.c: Likewise.
	* config/i386/i386.c: Likewise.
	* config/mips/mips.c: Likewise.
	* config/s390/s390.c: Likewise.
	* config/sh/sh_treg_combine.cc: Likewise.
	* config/sparc/sparc.c: Likewise.
	* dce.c: Likewise.
	* dse.c: Likewise.
	* final.c: Likewise.
	* ifcvt.c: Likewise.
	* mode-switching.c: Likewise.
	* passes.c: Likewise.
	* postreload.c: Likewise.
	* ree.c: Likewise.
	* reg-stack.c: Likewise.
	* regcprop.c: Likewise.
	* regrename.c: Likewise.
	* web.c: Likewise.

From-SVN: r210106
This commit is contained in:
Richard Biener 2014-05-06 13:35:40 +00:00 committed by Richard Biener
parent b15458becf
commit 3bea341fbd
86 changed files with 220 additions and 184 deletions

View File

@ -1,3 +1,95 @@
2014-05-06 Richard Biener <rguenther@suse.de>
* tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
(TODO_verify_all): Adjust.
* asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
TODO_verify_stmts and TODO_verify_rtl_sharing.
* bb-reorder.c: Likewise.
* cfgexpand.c: Likewise.
* cprop.c: Likewise.
* cse.c: Likewise.
* function.c: Likewise.
* fwprop.c: Likewise.
* gcse.c: Likewise.
* gimple-ssa-isolate-paths.c: Likewise.
* gimple-ssa-strength-reduction.c: Likewise.
* ipa-split.c: Likewise.
* loop-init.c: Likewise.
* loop-unroll.c: Likewise.
* lower-subreg.c: Likewise.
* modulo-sched.c: Likewise.
* postreload-gcse.c: Likewise.
* predict.c: Likewise.
* recog.c: Likewise.
* sched-rgn.c: Likewise.
* store-motion.c: Likewise.
* tracer.c: Likewise.
* trans-mem.c: Likewise.
* tree-call-cdce.c: Likewise.
* tree-cfg.c: Likewise.
* tree-cfgcleanup.c: Likewise.
* tree-complex.c: Likewise.
* tree-eh.c: Likewise.
* tree-emutls.c: Likewise.
* tree-if-conv.c: Likewise.
* tree-into-ssa.c: Likewise.
* tree-loop-distribution.c: Likewise.
* tree-object-size.c: Likewise.
* tree-parloops.c: Likewise.
* tree-pass.h: Likewise.
* tree-sra.c: Likewise.
* tree-ssa-ccp.c: Likewise.
* tree-ssa-copy.c: Likewise.
* tree-ssa-copyrename.c: Likewise.
* tree-ssa-dce.c: Likewise.
* tree-ssa-dom.c: Likewise.
* tree-ssa-dse.c: Likewise.
* tree-ssa-forwprop.c: Likewise.
* tree-ssa-ifcombine.c: Likewise.
* tree-ssa-loop-ch.c: Likewise.
* tree-ssa-loop-ivcanon.c: Likewise.
* tree-ssa-loop.c: Likewise.
* tree-ssa-math-opts.c: Likewise.
* tree-ssa-phiopt.c: Likewise.
* tree-ssa-phiprop.c: Likewise.
* tree-ssa-pre.c: Likewise.
* tree-ssa-reassoc.c: Likewise.
* tree-ssa-sink.c: Likewise.
* tree-ssa-strlen.c: Likewise.
* tree-ssa-tail-merge.c: Likewise.
* tree-ssa-uncprop.c: Likewise.
* tree-switch-conversion.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vect-generic.c: Likewise.
* tree-vectorizer.c: Likewise.
* tree-vrp.c: Likewise.
* tsan.c: Likewise.
* var-tracking.c: Likewise.
* bt-load.c: Likewise.
* cfgcleanup.c: Likewise.
* combine-stack-adj.c: Likewise.
* combine.c: Likewise.
* compare-elim.c: Likewise.
* config/epiphany/resolve-sw-modes.c: Likewise.
* config/i386/i386.c: Likewise.
* config/mips/mips.c: Likewise.
* config/s390/s390.c: Likewise.
* config/sh/sh_treg_combine.cc: Likewise.
* config/sparc/sparc.c: Likewise.
* dce.c: Likewise.
* dse.c: Likewise.
* final.c: Likewise.
* ifcvt.c: Likewise.
* mode-switching.c: Likewise.
* passes.c: Likewise.
* postreload.c: Likewise.
* ree.c: Likewise.
* reg-stack.c: Likewise.
* regcprop.c: Likewise.
* regrename.c: Likewise.
* web.c: Likewise.
2014-05-06 Richard Biener <rguenther@suse.de>
PR middle-end/61070

View File

@ -2506,8 +2506,7 @@ const pass_data pass_data_asan =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_flow | TODO_verify_stmts
| TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_asan : public gimple_opt_pass
@ -2545,8 +2544,7 @@ const pass_data pass_data_asan_O0 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_flow | TODO_verify_stmts
| TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_asan_O0 : public gimple_opt_pass
@ -2585,8 +2583,7 @@ const pass_data pass_data_sanopt =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_flow | TODO_verify_stmts
| TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_sanopt : public gimple_opt_pass

View File

@ -2315,7 +2315,7 @@ const pass_data pass_data_reorder_blocks =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_reorder_blocks : public rtl_opt_pass
@ -2385,7 +2385,7 @@ const pass_data pass_data_duplicate_computed_gotos =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_duplicate_computed_gotos : public rtl_opt_pass
@ -2749,7 +2749,7 @@ pass_partition_blocks::execute (function *fun)
df_analyze ();
}
return TODO_verify_flow | TODO_verify_rtl_sharing;
return 0;
}
} // anon namespace

View File

@ -1507,7 +1507,7 @@ const pass_data pass_data_branch_target_load_optimize1 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_branch_target_load_optimize1 : public rtl_opt_pass

View File

@ -3091,7 +3091,7 @@ const pass_data pass_data_jump =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_jump : public rtl_opt_pass
@ -3138,7 +3138,7 @@ const pass_data pass_data_jump2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_jump2 : public rtl_opt_pass

View File

@ -5558,8 +5558,7 @@ const pass_data pass_data_expand =
| PROP_gimple_lvec ), /* properties_required */
PROP_rtl, /* properties_provided */
( PROP_ssa | PROP_trees ), /* properties_destroyed */
( TODO_verify_ssa | TODO_verify_flow
| TODO_verify_stmts ), /* todo_flags_start */
0, /* todo_flags_start */
0, /* todo_flags_finish */
};

View File

@ -641,7 +641,7 @@ const pass_data pass_data_stack_adjustments =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_stack_adjustments : public rtl_opt_pass

View File

@ -13898,7 +13898,7 @@ const pass_data pass_data_combine =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_combine : public rtl_opt_pass

View File

@ -656,8 +656,7 @@ const pass_data pass_data_compare_elim_after_reload =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_df_verify
| TODO_verify_rtl_sharing ), /* todo_flags_finish */
( TODO_df_finish | TODO_df_verify ), /* todo_flags_finish */
};
class pass_compare_elim_after_reload : public rtl_opt_pass

View File

@ -51,7 +51,7 @@ const pass_data pass_data_resolve_sw_modes =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_resolve_sw_modes : public rtl_opt_pass

View File

@ -2526,7 +2526,7 @@ const pass_data pass_data_insert_vzeroupper =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_insert_vzeroupper : public rtl_opt_pass

View File

@ -16543,7 +16543,7 @@ const pass_data pass_data_mips_machine_reorg2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_mips_machine_reorg2 : public rtl_opt_pass

View File

@ -8644,8 +8644,7 @@ const pass_data pass_data_s390_early_mach =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_verify | TODO_df_finish
| TODO_verify_rtl_sharing ), /* todo_flags_finish */
( TODO_df_verify | TODO_df_finish ), /* todo_flags_finish */
};
class pass_s390_early_mach : public rtl_opt_pass

View File

@ -600,7 +600,6 @@ const pass_data sh_treg_combine::default_pass_data =
0, // properties_destroyed
0, // todo_flags_start
TODO_df_finish | TODO_df_verify // todo_flags_finish
| TODO_verify_rtl_sharing
};
sh_treg_combine::sh_treg_combine (gcc::context* ctx, bool split_insns,

View File

@ -1128,7 +1128,7 @@ const pass_data pass_data_work_around_errata =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_work_around_errata : public rtl_opt_pass

View File

@ -1923,8 +1923,7 @@ const pass_data pass_data_rtl_cprop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_cprop : public rtl_opt_pass

View File

@ -7497,8 +7497,7 @@ const pass_data pass_data_cse =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_cse : public rtl_opt_pass
@ -7570,8 +7569,7 @@ const pass_data pass_data_cse2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_cse2 : public rtl_opt_pass
@ -7645,8 +7643,7 @@ const pass_data pass_data_cse_after_global_opts =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_cse_after_global_opts : public rtl_opt_pass

View File

@ -792,7 +792,7 @@ const pass_data pass_data_ud_rtl_dce =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_ud_rtl_dce : public rtl_opt_pass
@ -1224,7 +1224,7 @@ const pass_data pass_data_fast_rtl_dce =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_fast_rtl_dce : public rtl_opt_pass

View File

@ -3720,7 +3720,7 @@ const pass_data pass_data_rtl_dse1 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_dse1 : public rtl_opt_pass
@ -3761,7 +3761,7 @@ const pass_data pass_data_rtl_dse2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_dse2 : public rtl_opt_pass

View File

@ -860,7 +860,7 @@ const pass_data pass_data_compute_alignments =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_compute_alignments : public rtl_opt_pass

View File

@ -7018,9 +7018,8 @@ const pass_data pass_data_thread_prologue_and_epilogue =
0, /* properties_required */
0, /* properties_provided */
0, /* properties_destroyed */
TODO_verify_flow, /* todo_flags_start */
( TODO_df_verify | TODO_df_finish
| TODO_verify_rtl_sharing ), /* todo_flags_finish */
0, /* todo_flags_start */
( TODO_df_verify | TODO_df_finish ), /* todo_flags_finish */
};
class pass_thread_prologue_and_epilogue : public rtl_opt_pass

View File

@ -1496,8 +1496,7 @@ const pass_data pass_data_rtl_fwprop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_flow
| TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_fwprop : public rtl_opt_pass
@ -1562,7 +1561,7 @@ const pass_data pass_data_rtl_fwprop_addr =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_fwprop_addr : public rtl_opt_pass

View File

@ -4196,8 +4196,7 @@ const pass_data pass_data_rtl_pre =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_pre : public rtl_opt_pass
@ -4248,8 +4247,7 @@ const pass_data pass_data_rtl_hoist =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_hoist : public rtl_opt_pass

View File

@ -426,7 +426,7 @@ const pass_data pass_data_isolate_erroneous_paths =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_isolate_erroneous_paths : public gimple_opt_pass

View File

@ -3610,7 +3610,7 @@ const pass_data pass_data_strength_reduction =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_strength_reduction : public gimple_opt_pass

View File

@ -4544,7 +4544,7 @@ const pass_data pass_data_rtl_ifcvt =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_ifcvt : public rtl_opt_pass
@ -4592,7 +4592,7 @@ const pass_data pass_data_if_after_combine =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_if_after_combine : public rtl_opt_pass
@ -4639,7 +4639,7 @@ const pass_data pass_data_if_after_reload =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_if_after_reload : public rtl_opt_pass

View File

@ -1659,7 +1659,7 @@ const pass_data pass_data_split_functions =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_all, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_split_functions : public gimple_opt_pass
@ -1719,7 +1719,7 @@ const pass_data pass_data_feedback_split_functions =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_all, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_feedback_split_functions : public gimple_opt_pass

View File

@ -382,7 +382,7 @@ const pass_data pass_data_rtl_loop_init =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_rtl_loop_init : public rtl_opt_pass
@ -421,7 +421,7 @@ const pass_data pass_data_rtl_loop_done =
0, /* properties_provided */
PROP_loops, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_flow | TODO_verify_rtl_sharing ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_rtl_loop_done : public rtl_opt_pass
@ -478,8 +478,7 @@ const pass_data pass_data_rtl_move_loop_invariants =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_verify | TODO_df_finish
| TODO_verify_rtl_sharing ), /* todo_flags_finish */
( TODO_df_verify | TODO_df_finish ), /* todo_flags_finish */
};
class pass_rtl_move_loop_invariants : public rtl_opt_pass
@ -522,7 +521,7 @@ const pass_data pass_data_rtl_unroll_and_peel_loops =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_rtl_unroll_and_peel_loops : public rtl_opt_pass
@ -585,7 +584,7 @@ const pass_data pass_data_rtl_doloop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_rtl_doloop : public rtl_opt_pass

View File

@ -1032,7 +1032,7 @@ split_edge_and_insert (edge e, rtx insns)
CFG. For this purpose we used to set the BB_SUPERBLOCK flag on BB
and call break_superblocks when going out of cfglayout mode. But it
turns out that this never happens; and that if it does ever happen,
the TODO_verify_flow at the end of the RTL loop passes would fail.
the verify_flow_info at the end of the RTL loop passes would fail.
There are two reasons why we expected we could have control flow insns
in INSNS. The first is when a comparison has to be done in parts, and

View File

@ -1702,7 +1702,7 @@ const pass_data pass_data_lower_subreg =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_lower_subreg : public rtl_opt_pass
@ -1745,8 +1745,7 @@ const pass_data pass_data_lower_subreg2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_lower_subreg2 : public rtl_opt_pass

View File

@ -802,7 +802,7 @@ const pass_data pass_data_mode_switching =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_mode_switching : public rtl_opt_pass

View File

@ -3339,8 +3339,7 @@ const pass_data pass_data_sms =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_flow
| TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_sms : public rtl_opt_pass

View File

@ -549,7 +549,7 @@ const pass_data pass_data_postreload =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_postreload : public rtl_opt_pass

View File

@ -1330,7 +1330,7 @@ const pass_data pass_data_gcse2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_rtl_sharing | TODO_verify_flow ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_gcse2 : public rtl_opt_pass

View File

@ -2328,7 +2328,7 @@ const pass_data pass_data_postreload_cse =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_postreload_cse : public rtl_opt_pass

View File

@ -3078,7 +3078,7 @@ const pass_data pass_data_profile =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_profile : public gimple_opt_pass
@ -3143,7 +3143,7 @@ const pass_data pass_data_strip_predict_hints =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_strip_predict_hints : public gimple_opt_pass

View File

@ -3832,7 +3832,7 @@ const pass_data pass_data_peephole2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_peephole2 : public rtl_opt_pass
@ -4036,7 +4036,7 @@ const pass_data pass_data_split_before_sched2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_split_before_sched2 : public rtl_opt_pass
@ -4084,7 +4084,7 @@ const pass_data pass_data_split_for_shorten_branches =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_rtl_sharing, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_split_for_shorten_branches : public rtl_opt_pass

View File

@ -1106,7 +1106,7 @@ const pass_data pass_data_ree =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_ree : public rtl_opt_pass

View File

@ -3353,7 +3353,7 @@ const pass_data pass_data_stack_regs_run =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_stack_regs_run : public rtl_opt_pass

View File

@ -1173,7 +1173,7 @@ const pass_data pass_data_cprop_hardreg =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_cprop_hardreg : public rtl_opt_pass

View File

@ -1849,7 +1849,7 @@ const pass_data pass_data_regrename =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing | 0 ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_regrename : public rtl_opt_pass

View File

@ -3656,8 +3656,7 @@ const pass_data pass_data_live_range_shrinkage =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_live_range_shrinkage : public rtl_opt_pass
@ -3705,8 +3704,7 @@ const pass_data pass_data_sched =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_sched : public rtl_opt_pass
@ -3753,8 +3751,7 @@ const pass_data pass_data_sched2 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_sched2 : public rtl_opt_pass

View File

@ -1245,8 +1245,7 @@ const pass_data pass_data_rtl_store_motion =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing
| TODO_verify_flow ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_rtl_store_motion : public rtl_opt_pass

View File

@ -381,7 +381,7 @@ const pass_data pass_data_tracer =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_tracer : public gimple_opt_pass

View File

@ -3018,7 +3018,7 @@ const pass_data pass_data_tm_mark =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_tm_mark : public gimple_opt_pass
@ -3175,7 +3175,7 @@ const pass_data pass_data_tm_edges =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_tm_edges : public gimple_opt_pass

View File

@ -880,7 +880,7 @@ const pass_data pass_data_call_cdce =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_call_cdce : public gimple_opt_pass

View File

@ -357,7 +357,7 @@ const pass_data pass_data_build_cfg =
( PROP_cfg | PROP_loops ), /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_stmts, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_build_cfg : public gimple_opt_pass
@ -8096,7 +8096,7 @@ const pass_data pass_data_split_crit_edges =
PROP_no_crit_edges, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_split_crit_edges : public gimple_opt_pass
@ -8408,7 +8408,7 @@ execute_fixup_cfg (void)
{
basic_block bb;
gimple_stmt_iterator gsi;
int todo = gimple_in_ssa_p (cfun) ? TODO_verify_ssa : 0;
int todo = 0;
gcov_type count_scale;
edge e;
edge_iterator ei;

View File

@ -957,7 +957,7 @@ const pass_data pass_data_merge_phi =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_merge_phi : public gimple_opt_pass

View File

@ -1668,7 +1668,7 @@ const pass_data pass_data_lower_complex =
PROP_gimple_lcx, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_stmts ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_lower_complex : public gimple_opt_pass
@ -1706,7 +1706,7 @@ const pass_data pass_data_lower_complex_O0 =
PROP_gimple_lcx, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_stmts ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_lower_complex_O0 : public gimple_opt_pass

View File

@ -3316,7 +3316,7 @@ const pass_data pass_data_lower_resx =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_lower_resx : public gimple_opt_pass
@ -3716,7 +3716,7 @@ const pass_data pass_data_lower_eh_dispatch =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_lower_eh_dispatch : public gimple_opt_pass
@ -4575,7 +4575,7 @@ const pass_data pass_data_cleanup_eh =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_cleanup_eh : public gimple_opt_pass

View File

@ -813,7 +813,7 @@ ipa_lower_emutls (void)
access_vars.release ();
free_varpool_node_set (tls_vars);
return TODO_verify_all;
return 0;
}
namespace {

View File

@ -2144,8 +2144,7 @@ const pass_data pass_data_if_conversion =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_stmts | TODO_verify_flow
| TODO_verify_ssa ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_if_conversion : public gimple_opt_pass

View File

@ -2312,7 +2312,7 @@ const pass_data pass_data_build_ssa =
PROP_ssa, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_remove_unused_locals ), /* todo_flags_finish */
TODO_remove_unused_locals, /* todo_flags_finish */
};
class pass_build_ssa : public gimple_opt_pass

View File

@ -1682,7 +1682,7 @@ const pass_data pass_data_loop_distribution =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_loop_distribution : public gimple_opt_pass

View File

@ -1219,7 +1219,7 @@ const pass_data pass_data_object_sizes =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_object_sizes : public gimple_opt_pass

View File

@ -2266,7 +2266,7 @@ const pass_data pass_data_parallelize_loops =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_parallelize_loops : public gimple_opt_pass

View File

@ -230,15 +230,11 @@ protected:
/* To-do flags. */
#define TODO_do_not_ggc_collect (1 << 1)
#define TODO_verify_ssa (1 << 2)
#define TODO_verify_flow (1 << 3)
#define TODO_verify_stmts (1 << 4)
#define TODO_cleanup_cfg (1 << 5)
#define TODO_verify_il (1 << 6)
#define TODO_dump_symtab (1 << 7)
#define TODO_remove_functions (1 << 8)
#define TODO_rebuild_frequencies (1 << 9)
#define TODO_verify_rtl_sharing (1 << 10)
/* To-do flags for calls to update_ssa. */
@ -309,9 +305,7 @@ protected:
| TODO_update_ssa_full_phi \
| TODO_update_ssa_only_virtuals)
#define TODO_verify_all \
(TODO_verify_ssa | TODO_verify_flow | TODO_verify_stmts | TODO_verify_il \
| TODO_verify_rtl_sharing)
#define TODO_verify_all TODO_verify_il
/* Register pass info. */

View File

@ -3579,7 +3579,7 @@ const pass_data pass_data_sra_early =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_sra_early : public gimple_opt_pass
@ -3616,7 +3616,7 @@ const pass_data pass_data_sra =
0, /* properties_provided */
0, /* properties_destroyed */
TODO_update_address_taken, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_sra : public gimple_opt_pass

View File

@ -2319,8 +2319,7 @@ const pass_data pass_data_ccp =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_update_address_taken
| TODO_verify_stmts ), /* todo_flags_finish */
TODO_update_address_taken, /* todo_flags_finish */
};
class pass_ccp : public gimple_opt_pass
@ -2591,7 +2590,7 @@ const pass_data pass_data_fold_builtins =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_fold_builtins : public gimple_opt_pass

View File

@ -657,8 +657,7 @@ const pass_data pass_data_copy_prop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_cleanup_cfg | TODO_verify_ssa
| TODO_update_ssa ), /* todo_flags_finish */
( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
};
class pass_copy_prop : public gimple_opt_pass

View File

@ -312,7 +312,7 @@ const pass_data pass_data_rename_ssa_copies =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_rename_ssa_copies : public gimple_opt_pass

View File

@ -1522,7 +1522,7 @@ const pass_data pass_data_dce =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_dce : public gimple_opt_pass
@ -1560,7 +1560,7 @@ const pass_data pass_data_dce_loop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_dce_loop : public gimple_opt_pass
@ -1598,7 +1598,7 @@ const pass_data pass_data_cd_dce =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_verify_flow ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_cd_dce : public gimple_opt_pass

View File

@ -845,9 +845,7 @@ const pass_data pass_data_dominator =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_cleanup_cfg | TODO_update_ssa
| TODO_verify_ssa
| TODO_verify_flow ), /* todo_flags_finish */
( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
};
class pass_dominator : public gimple_opt_pass
@ -3038,9 +3036,7 @@ const pass_data pass_data_phi_only_cprop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_cleanup_cfg | TODO_verify_ssa
| TODO_verify_stmts
| TODO_update_ssa ), /* todo_flags_finish */
( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
};
class pass_phi_only_cprop : public gimple_opt_pass

View File

@ -338,7 +338,7 @@ const pass_data pass_data_dse =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_dse : public gimple_opt_pass

View File

@ -3580,7 +3580,7 @@ const pass_data pass_data_forwprop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_forwprop : public gimple_opt_pass

View File

@ -736,7 +736,7 @@ const pass_data pass_data_tree_ifcombine =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_tree_ifcombine : public gimple_opt_pass

View File

@ -144,8 +144,7 @@ const pass_data pass_data_ch =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_cleanup_cfg | TODO_verify_ssa
| TODO_verify_flow ), /* todo_flags_finish */
TODO_cleanup_cfg, /* todo_flags_finish */
};
class pass_ch : public gimple_opt_pass

View File

@ -1366,7 +1366,7 @@ const pass_data pass_data_complete_unrolli =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_flow, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_complete_unrolli : public gimple_opt_pass

View File

@ -57,7 +57,7 @@ const pass_data pass_data_tree_loop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_tree_loop : public gimple_opt_pass
@ -398,7 +398,7 @@ const pass_data pass_data_tree_loop_done =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_cleanup_cfg | TODO_verify_flow ), /* todo_flags_finish */
TODO_cleanup_cfg, /* todo_flags_finish */
};
class pass_tree_loop_done : public gimple_opt_pass

View File

@ -519,8 +519,7 @@ const pass_data pass_data_cse_reciprocals =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa
| TODO_verify_stmts ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_cse_reciprocals : public gimple_opt_pass
@ -1416,8 +1415,7 @@ const pass_data pass_data_cse_sincos =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa
| TODO_verify_stmts ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_cse_sincos : public gimple_opt_pass
@ -2086,8 +2084,7 @@ pass_optimize_bswap::execute (function *fun)
statistics_counter_event (fun, "64-bit bswap implementations found",
bswap_stats.found_64bit);
return (changed ? TODO_update_ssa | TODO_verify_ssa
| TODO_verify_stmts : 0);
return (changed ? TODO_update_ssa : 0);
}
} // anon namespace
@ -2788,8 +2785,7 @@ const pass_data pass_data_optimize_widening_mul =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_verify_stmts
| TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_optimize_widening_mul : public gimple_opt_pass

View File

@ -2206,8 +2206,7 @@ const pass_data pass_data_phiopt =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_verify_flow
| TODO_verify_stmts ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_phiopt : public gimple_opt_pass
@ -2247,8 +2246,7 @@ const pass_data pass_data_cselim =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_verify_flow
| TODO_verify_stmts ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_cselim : public gimple_opt_pass

View File

@ -387,7 +387,7 @@ const pass_data pass_data_phiprop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_phiprop : public gimple_opt_pass

View File

@ -4705,7 +4705,7 @@ const pass_data pass_data_pre =
0, /* properties_provided */
PROP_no_crit_edges, /* properties_destroyed */
TODO_rebuild_alias, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_pre : public gimple_opt_pass
@ -4772,7 +4772,6 @@ pass_pre::execute (function *fun)
clear_expression_ids ();
remove_dead_inserted_code ();
todo |= TODO_verify_flow;
scev_finalize ();
fini_pre ();
@ -4821,7 +4820,7 @@ const pass_data pass_data_fre =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_fre : public gimple_opt_pass

View File

@ -4707,9 +4707,7 @@ const pass_data pass_data_reassoc =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa
| TODO_update_ssa_only_virtuals
| TODO_verify_flow ), /* todo_flags_finish */
TODO_update_ssa_only_virtuals, /* todo_flags_finish */
};
class pass_reassoc : public gimple_opt_pass

View File

@ -578,8 +578,7 @@ const pass_data pass_data_sink_code =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa
| TODO_verify_flow ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_sink_code : public gimple_opt_pass

View File

@ -2074,7 +2074,7 @@ const pass_data pass_data_strlen =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_strlen : public gimple_opt_pass

View File

@ -1732,7 +1732,6 @@ tail_merge_optimize (unsigned int todo)
dump_function_to_file (current_function_decl, dump_file, dump_flags);
}
todo |= (TODO_verify_ssa | TODO_verify_stmts | TODO_verify_flow);
mark_virtual_operands_for_renaming (cfun);
}

View File

@ -553,7 +553,7 @@ const pass_data pass_data_uncprop =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_uncprop : public gimple_opt_pass

View File

@ -1427,9 +1427,7 @@ const pass_data pass_data_convert_switch =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa
| TODO_verify_stmts
| TODO_verify_flow ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_convert_switch : public gimple_opt_pass

View File

@ -1100,7 +1100,7 @@ const pass_data pass_data_tail_recursion =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_tail_recursion : public gimple_opt_pass
@ -1141,7 +1141,7 @@ const pass_data pass_data_tail_calls =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_verify_ssa, /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_tail_calls : public gimple_opt_pass

View File

@ -1567,9 +1567,7 @@ const pass_data pass_data_lower_vector =
PROP_gimple_lvec, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa
| TODO_verify_stmts
| TODO_verify_flow
( TODO_update_ssa
| TODO_cleanup_cfg ), /* todo_flags_finish */
};
@ -1614,9 +1612,7 @@ const pass_data pass_data_lower_vector_ssa =
PROP_gimple_lvec, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_update_ssa | TODO_verify_ssa
| TODO_verify_stmts
| TODO_verify_flow
( TODO_update_ssa
| TODO_cleanup_cfg ), /* todo_flags_finish */
};

View File

@ -599,8 +599,7 @@ const pass_data pass_data_slp_vectorize =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_ssa | TODO_update_ssa
| TODO_verify_stmts ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_slp_vectorize : public gimple_opt_pass

View File

@ -9861,9 +9861,7 @@ const pass_data pass_data_vrp =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_cleanup_cfg | TODO_update_ssa
| TODO_verify_ssa
| TODO_verify_flow ), /* todo_flags_finish */
( TODO_cleanup_cfg | TODO_update_ssa ), /* todo_flags_finish */
};
class pass_vrp : public gimple_opt_pass

View File

@ -745,7 +745,7 @@ const pass_data pass_data_tsan =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_all | TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_tsan : public gimple_opt_pass
@ -787,7 +787,7 @@ const pass_data pass_data_tsan_O0 =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_all | TODO_update_ssa ), /* todo_flags_finish */
TODO_update_ssa, /* todo_flags_finish */
};
class pass_tsan_O0 : public gimple_opt_pass

View File

@ -10357,7 +10357,7 @@ const pass_data pass_data_variable_tracking =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_verify_rtl_sharing | TODO_verify_flow ), /* todo_flags_finish */
0, /* todo_flags_finish */
};
class pass_variable_tracking : public rtl_opt_pass

View File

@ -338,7 +338,7 @@ const pass_data pass_data_web =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
( TODO_df_finish | TODO_verify_rtl_sharing ), /* todo_flags_finish */
TODO_df_finish, /* todo_flags_finish */
};
class pass_web : public rtl_opt_pass