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

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
This commit is contained in:
Daniel Berlin 2006-10-13 14:24:08 +00:00 committed by Daniel Berlin
parent 982186b1be
commit e1bb14caf9
2 changed files with 7 additions and 2 deletions

View 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

View 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)
{