Remove vrp_insert::live_on_edge declaration.

* tree-vrp.c (class vrp_insert): Remove prototype for
	live_on_edge.
This commit is contained in:
Aldy Hernandez 2020-05-17 13:40:09 +02:00
parent f119b4e631
commit 5b461bdb48
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2020-05-17 Aldy Hernandez <aldyh@redhat.com>
* tree-vrp.c (class vrp_insert): Remove prototype for
live_on_edge.
2020-05-17 Aldy Hernandez <aldyh@redhat.com>
* tree-vrp.c (class live_names): New.

View File

@ -244,9 +244,6 @@ private:
ASSERT_EXPRs for SSA name N_I should be inserted. */
assert_locus **asserts_for;
/* Return true if the SSA name NAME is live on the edge E. */
bool live_on_edge (edge e, tree name);
/* Finish found ASSERTS for E and register them at GSI. */
void finish_register_edge_assert_for (edge e, gimple_stmt_iterator gsi,
vec<assert_info> &asserts);