aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.c
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2006-03-02 21:55:45 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2006-03-02 16:55:45 -0500
commit2434ab1da2a1f6230207f5e57ef2f3beb3baa6cd (patch)
treed53c7ce88c726462df3f70dd3042173e937e8cfb /gcc/tree-ssa-operands.c
parent434aeebbffe4ab538143fb7f12653e8745e077f0 (diff)
downloadgcc-2434ab1da2a1f6230207f5e57ef2f3beb3baa6cd.zip
gcc-2434ab1da2a1f6230207f5e57ef2f3beb3baa6cd.tar.gz
gcc-2434ab1da2a1f6230207f5e57ef2f3beb3baa6cd.tar.bz2
tree-ssa-operands.c (update_stmt_operands): Update documentation.
* tree-ssa-operands.c (update_stmt_operands): Update documentation. From-SVN: r111647
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r--gcc/tree-ssa-operands.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index 727e595..1c483f3 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)