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:
parent
982186b1be
commit
e1bb14caf9
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user