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
+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
}
-/* 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)
{