tree-pass.h (make_pass_phi_only_cprop): Remove.
2019-04-25 Richard Biener <rguenther@suse.de> * tree-pass.h (make_pass_phi_only_cprop): Remove. * timevar.def (TV_TREE_PHI_CPROP): Likewise. From-SVN: r270575
This commit is contained in:
parent
33579b59aa
commit
aeec4861c4
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-04-25 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-pass.h (make_pass_phi_only_cprop): Remove.
|
||||
* timevar.def (TV_TREE_PHI_CPROP): Likewise.
|
||||
|
||||
2019-04-24 Jeff Law <law@redhat.com>
|
||||
|
||||
PR tree-optimization/90037
|
||||
|
|
|
@ -165,7 +165,6 @@ DEFTIMEVAR (TV_TREE_SSA_THREAD_JUMPS , "backwards jump threading")
|
|||
DEFTIMEVAR (TV_TREE_SRA , "tree SRA")
|
||||
DEFTIMEVAR (TV_ISOLATE_ERRONEOUS_PATHS , "isolate eroneous paths")
|
||||
DEFTIMEVAR (TV_TREE_CCP , "tree CCP")
|
||||
DEFTIMEVAR (TV_TREE_PHI_CPROP , "tree PHI const/copy prop")
|
||||
DEFTIMEVAR (TV_TREE_SPLIT_EDGES , "tree split crit edges")
|
||||
DEFTIMEVAR (TV_TREE_REASSOC , "tree reassociation")
|
||||
DEFTIMEVAR (TV_TREE_PRE , "tree PRE")
|
||||
|
|
|
@ -389,7 +389,6 @@ extern gimple_opt_pass *make_pass_ch (gcc::context *ctxt);
|
|||
extern gimple_opt_pass *make_pass_ch_vect (gcc::context *ctxt);
|
||||
extern gimple_opt_pass *make_pass_ccp (gcc::context *ctxt);
|
||||
extern gimple_opt_pass *make_pass_split_paths (gcc::context *ctxt);
|
||||
extern gimple_opt_pass *make_pass_phi_only_cprop (gcc::context *ctxt);
|
||||
extern gimple_opt_pass *make_pass_build_ssa (gcc::context *ctxt);
|
||||
extern gimple_opt_pass *make_pass_build_alias (gcc::context *ctxt);
|
||||
extern gimple_opt_pass *make_pass_build_ealias (gcc::context *ctxt);
|
||||
|
|
Loading…
Add table
Reference in a new issue