diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-02 21:55:45 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-02 21:55:45 +0000 |
commit | 7dd758897d07dc9f05e1ed04e9bd9f78771d08bb (patch) | |
tree | d53c7ce88c726462df3f70dd3042173e937e8cfb /gcc/tree-ssa-operands.c | |
parent | 102e39958a6873d493d1f1f11b23b7992aa7af78 (diff) | |
download | gcc-7dd758897d07dc9f05e1ed04e9bd9f78771d08bb.tar.gz |
* tree-ssa-operands.c (update_stmt_operands): Update documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111647 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 727e59589df..1c483f3dfa1 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -1861,9 +1861,7 @@ free_ssa_operands (stmt_operands_p ops) } -/* Get the operands of statement STMT. Note that repeated calls to - get_stmt_operands for the same statement will do nothing until the - statement is marked modified by a call to mark_stmt_modified(). */ +/* Get the operands of statement STMT. */ void update_stmt_operands (tree stmt) |