tree-ssa-operands.c (update_stmt_operands): Update documentation.

* tree-ssa-operands.c (update_stmt_operands): Update documentation.

From-SVN: r111647
This commit is contained in:
Diego Novillo 2006-03-02 21:55:45 +00:00 committed by Diego Novillo
parent 434aeebbff
commit 2434ab1da2
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-03-02 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-operands.c (update_stmt_operands): Update documentation.
2006-03-02 Richard Sandiford <richard@codesourcery.com>
* doc/tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.

View File

@ -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)