mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 23:51:08 +08:00
Remove vrp_insert::live_on_edge declaration.
* tree-vrp.c (class vrp_insert): Remove prototype for live_on_edge.
This commit is contained in:
parent
f119b4e631
commit
5b461bdb48
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user