aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-08-16 10:52:14 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-08-16 10:52:14 +0000
commit6d0c3afec6725fd97c4ef88f11e94b6336315533 (patch)
treee65720504a6ef8d7e205979cb6ddd502a52181c5 /gcc/tree-flow.h
parent3bfdf3e648185618507f2c58c8fbe393d8caf286 (diff)
PR middle-end/54146
* tree-flow.h (compute_global_livein): Remove prototype. * tree-into-ssa.c (compute_global_livein): Remove function. * tree-ssa-loop-manip.c: Include gimple-pretty-print.h. (find_sibling_superloop): New function. (compute_live_loop_exits): New function. (add_exit_phis_edge): Rename to add_exit_phi. Do not allow inserting a PHI in a block that is not a loop exit for VAR. Add dumping if TDF_DETAILS. (add_exit_phis_var): Rewrite. (add_exit_phis): Update. (get_loops_exits): Rewrite to return an array of per-loop exits rather than one bitmap with all loop exits. (find_uses_to_rename_bb): Ignore virtual PHI nodes. (rewrite_into_loop_closed_ssa): Update. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@190442 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index b5dd3c45375..7ea58e56562 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -521,7 +521,6 @@ tree create_new_def_for (tree, gimple, def_operand_p);
bool need_ssa_update_p (struct function *);
bool name_registered_for_update_p (tree);
void release_ssa_name_after_update_ssa (tree);
-void compute_global_livein (bitmap, bitmap);
void mark_virtual_operands_for_renaming (struct function *);
tree get_current_def (tree);
void set_current_def (tree, tree);