summaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
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/tree-flow.h
parent81fdab0ff0f31bdd66cedb925c57f1994e02502c (diff)
downloadgcc-ed5cb77f09fb99056644ce86c6305f80df0c18ce.tar.gz
* 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/tree-flow.h')
-rw-r--r--gcc/tree-flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index c26e91b5c19..4db7fa9833b 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -416,7 +416,7 @@ typedef struct {
static inline block_stmt_iterator bsi_start (basic_block);
static inline block_stmt_iterator bsi_last (basic_block);
static inline block_stmt_iterator bsi_after_labels (basic_block);
-block_stmt_iterator stmt_for_bsi (tree);
+block_stmt_iterator bsi_for_stmt (tree);
static inline bool bsi_end_p (block_stmt_iterator);
static inline void bsi_next (block_stmt_iterator *);
static inline void bsi_prev (block_stmt_iterator *);