diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-16 00:08:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-16 00:08:04 +0000 |
commit | 8e731e4e6c726902636988784d45e79183f7dcc4 (patch) | |
tree | b6e45f956da2645fff833e4102ce64a0965586c1 /gcc/ChangeLog | |
parent | a62346841c154b7ca97071aa107a690c051e89e5 (diff) | |
download | gcc-8e731e4e6c726902636988784d45e79183f7dcc4.zip gcc-8e731e4e6c726902636988784d45e79183f7dcc4.tar.gz gcc-8e731e4e6c726902636988784d45e79183f7dcc4.tar.bz2 |
tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
(tree_flow_call_edges_add): Update the call to
bsi_commit_edge_inserts.
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Likewise.
* profile.c (branch_prob): Likewise.
* tree-mudflap.c (mf_decl_cache_locals): Likewise.
* tree-sra.c (scalarize_function): Likewise.
* tree-ssa-loop-im.c (loop_commit_inserts): Likewise.
* tree-ssa-pre.c (fini_pre): Likewise.
* tree-flow.h: Update the prototype for
bsi_commit_edge_inserts.
From-SVN: r90704
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2f20dbf..5c50807 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,6 +8,18 @@ TREE_OPERAND with COND_EXPR_COND, COND_EXPR_THEN, or COND_EXPR_ELSE. + * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. + (tree_flow_call_edges_add): Update the call to + bsi_commit_edge_inserts. + * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Likewise. + * profile.c (branch_prob): Likewise. + * tree-mudflap.c (mf_decl_cache_locals): Likewise. + * tree-sra.c (scalarize_function): Likewise. + * tree-ssa-loop-im.c (loop_commit_inserts): Likewise. + * tree-ssa-pre.c (fini_pre): Likewise. + * tree-flow.h: Update the prototype for + bsi_commit_edge_inserts. + 2004-11-15 Eric Christopher <echristo@redhat.com> * sched-deps.c (set_sched_group_p): Delete. |