aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-16 00:08:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-16 00:08:04 +0000
commit8e731e4e6c726902636988784d45e79183f7dcc4 (patch)
treeb6e45f956da2645fff833e4102ce64a0965586c1 /gcc/lambda-code.c
parenta62346841c154b7ca97071aa107a690c051e89e5 (diff)
downloadgcc-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/lambda-code.c')
-rw-r--r--gcc/lambda-code.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c
index 08f963e..2e1d851 100644
--- a/gcc/lambda-code.c
+++ b/gcc/lambda-code.c
@@ -1900,7 +1900,7 @@ lambda_loopnest_to_gcc_loopnest (struct loop *old_loopnest,
new_ivs,
invariants, MAX_EXPR, &stmts);
bsi_insert_on_edge (loop_preheader_edge (temp), stmts);
- bsi_commit_edge_inserts (NULL);
+ bsi_commit_edge_inserts ();
/* Build the new upper bound and insert its statements in the
basic block of the exit condition */
newupperbound = lle_to_gcc_expression (LL_UPPER_BOUND (newloop),