tree-ssa-operands.c (update_stmt_operands): Update documentation.
authorDiego Novillo <dnovillo@redhat.com>
Thu, 2 Mar 2006 21:55:45 +0000 (21:55 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 2 Mar 2006 21:55:45 +0000 (16:55 -0500)
* tree-ssa-operands.c (update_stmt_operands): Update documentation.

From-SVN: r111647

gcc/ChangeLog
gcc/tree-ssa-operands.c

index 55bb0ad17d4f1e5a533e003acf75389402c4409a..cfc4b0afe8376a7dc936f3963d71ced64e42ae2e 100644 (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.
index 727e59589dfa2c5e9767289ad1472991c55fa351..1c483f3dfa1c0694a7170fedd4affb725edf6eef 100644 (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)