Commit e1bb14ca by Daniel Berlin Committed by Daniel Berlin

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
parent 982186b1
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
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment