tree-pass.h (make_pass_phi_only_cprop): Remove.
authorRichard Biener <rguenther@suse.de>
Thu, 25 Apr 2019 14:55:42 +0000 (14:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 25 Apr 2019 14:55:42 +0000 (14:55 +0000)
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

gcc/ChangeLog
gcc/timevar.def
gcc/tree-pass.h

index f99a15cf8ca86542dab576257fd54a7fb6311473..d5b00eea6995ea97babd55f03613b88be63ef060 100644 (file)
@@ -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
index 54154464a58782cddf48e67c61c7f8c56195d26e..13cb470b688c00da736900250739d0cc6e519d67 100644 (file)
@@ -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")
index 47be59b2a1108c39786c9714edb6592c840d2b9e..3a0b3805d24dbd50141d4145563861e4ae3768f3 100644 (file)
@@ -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);