Index: tree-flow-inline.h =================================================================== --- tree-flow-inline.h (revision 117685) +++ tree-flow-inline.h (working copy) @@ -1144,8 +1144,8 @@ } -/* If there is a single operand in STMT matching FLAGS, return it. Otherwise - return NULL. */ +/* Return True if there are zero operands matching the type given in + the flags. */ static inline bool zero_ssa_operands (tree stmt, int flags) { Index: ChangeLog =================================================================== --- ChangeLog (revision 117685) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2006-10-13 Ramana Radhakrishnan + + * tree-flow-inline.h (zero_ssa_operands): Fix comment. + 2006-10-12 Jan Hubicka PR c/28419