summaryrefslogtreecommitdiffstats
path: root/gcc/lambda-code.c
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-18 18:01:10 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-18 18:01:10 +0000
commited5cb77f09fb99056644ce86c6305f80df0c18ce (patch)
tree65fa2dda5884adcb69fca3aa5ca69487f2799ab4 /gcc/lambda-code.c
parent81fdab0ff0f31bdd66cedb925c57f1994e02502c (diff)
downloadppe42-gcc-ed5cb77f09fb99056644ce86c6305f80df0c18ce.tar.gz
ppe42-gcc-ed5cb77f09fb99056644ce86c6305f80df0c18ce.zip
* tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
Update all callers. * tree-ssa.c (replace_immediate_uses): Call bsi_for_stmt. Don't call fold_stmt more than once, use bsi_replace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89234 138bc75d-0d04-0410-961f-82ee72b054a4
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 2f75db9f998..4ad62b49eff 100644
--- a/gcc/lambda-code.c
+++ b/gcc/lambda-code.c
@@ -1937,7 +1937,7 @@ lambda_loopnest_to_gcc_loopnest (struct loop *old_loopnest,
LBV_COEFFICIENTS (lbv)[i] = 1;
lbv = lambda_body_vector_compute_new (transform, lbv);
newiv = lbv_to_gcc_expression (lbv, new_ivs, &stmts);
- bsi = stmt_for_bsi (stmt);
+ bsi = bsi_for_stmt (stmt);
/* Insert the statements to build that
expression. */
bsi_insert_before (&bsi, stmts, BSI_SAME_STMT);
OpenPOWER on IntegriCloud