mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-29 23:04:12 +08:00
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:
parent
434aeebbff
commit
2434ab1da2
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user