sese.h (recompute_all_dominators): Remove.
authorRichard Biener <rguenther@suse.de>
Tue, 3 Apr 2018 12:06:27 +0000 (12:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 3 Apr 2018 12:06:27 +0000 (12:06 +0000)
2018-04-03  Richard Biener  <rguenther@suse.de>

* sese.h (recompute_all_dominators): Remove.

From-SVN: r259026

gcc/ChangeLog
gcc/sese.h

index eef2a6f98db269991e2825360787bc491364343f..ebd57de719f10bd1d63c8505f4420fd04c5d7b1e 100644 (file)
@@ -1,3 +1,7 @@
+2018-04-03  Richard Biener  <rguenther@suse.de>
+
+       * sese.h (recompute_all_dominators): Remove.
+
 2018-04-02  Martin Sebor  <msebor@redhat.com>
 
        * doc/invoke.texi (-Wrestrict): Fix typos.
index d5ea3e8a99d2fbf50a4a896516f4302d7822a2f7..d0f03e8d1b5c1208f47fc2e316fdfc5782c0d53a 100644 (file)
@@ -228,19 +228,6 @@ if_region_get_condition_block (ifsese if_region)
   return if_region_entry (if_region)->dest;
 }
 
-/* Free and compute again all the dominators information.  */
-
-static inline void
-recompute_all_dominators (void)
-{
-  mark_irreducible_loops ();
-  free_dominance_info (CDI_DOMINATORS);
-  calculate_dominance_info (CDI_DOMINATORS);
-
-  free_dominance_info (CDI_POST_DOMINATORS);
-  calculate_dominance_info (CDI_POST_DOMINATORS);
-}
-
 typedef std::pair <gimple *, tree> scalar_use;
 
 typedef struct gimple_poly_bb