Commit 7f89f8e5 by Richard Biener Committed by Richard Biener

sese.h (recompute_all_dominators): Remove.

2018-04-03  Richard Biener  <rguenther@suse.de>

	* sese.h (recompute_all_dominators): Remove.

From-SVN: r259026
parent c23ecd7b
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment