From: Diego Novillo Date: Thu, 2 Mar 2006 21:55:45 +0000 (+0000) Subject: tree-ssa-operands.c (update_stmt_operands): Update documentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2434ab1da2a1f6230207f5e57ef2f3beb3baa6cd;p=gcc.git tree-ssa-operands.c (update_stmt_operands): Update documentation. * tree-ssa-operands.c (update_stmt_operands): Update documentation. From-SVN: r111647 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 55bb0ad17d4..cfc4b0afe83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-03-02 Diego Novillo + + * tree-ssa-operands.c (update_stmt_operands): Update documentation. + 2006-03-02 Richard Sandiford * doc/tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document. 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)