tree-flow-inline.h (zero_ssa_operands): Fix comment.
authorDaniel Berlin <dberlin@dberlin.org>
Fri, 13 Oct 2006 14:24:08 +0000 (14:24 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Fri, 13 Oct 2006 14:24:08 +0000 (14:24 +0000)
2006-10-13  Daniel Berlin <dberlin@dberlin.org>
    Ramana Radhakrishnan  <ramana.radhakrishnan@celunite.com>

* tree-flow-inline.h (zero_ssa_operands): Fix comment.

Co-Authored-By: Ramana Radhakrishnan <ramana.radhakrishnan@celunite.com>
From-SVN: r117694

gcc/ChangeLog
gcc/tree-flow-inline.h

index ce7336f8455b8b15f081c64ac010e5e49d4fc812..4185745fa9e8d4fd30f1bf122a2859dcff8f5d69 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-13  Daniel Berlin <dberlin@dberlin.org>
+           Ramana Radhakrishnan  <ramana.radhakrishnan@celunite.com>
+
+       * tree-flow-inline.h (zero_ssa_operands): Fix comment.
+
 2006-10-12  Jan Hubicka  <jh@suse.cz>
 
        PR c/28419
index 892be56a61ccc223cccd9412abb1664f99720237..a3bb65272f28692a8939f4b85c423d2d3ec97e96 100644 (file)
@@ -1144,8 +1144,8 @@ single_ssa_def_operand (tree stmt, int flags)
 }
 
 
-/* If there is a single operand in STMT matching FLAGS, return it.  Otherwise
-   return NULL.  */
+/* Return true if there are zero operands in STMT matching the type 
+   given in FLAGS.  */
 static inline bool
 zero_ssa_operands (tree stmt, int flags)
 {