diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2006-10-13 14:24:08 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@gcc.gnu.org> | 2006-10-13 14:24:08 +0000 |
commit | e1bb14caf9a04993d5158e9bdcee8524ea6f32db (patch) | |
tree | 98a3218c9076ac3011bafe86e0af48d75e546128 /gcc/tree-flow-inline.h | |
parent | 982186b1be20337cd4101495a9b0cbab937fd74f (diff) | |
download | gcc-e1bb14caf9a04993d5158e9bdcee8524ea6f32db.zip gcc-e1bb14caf9a04993d5158e9bdcee8524ea6f32db.tar.gz gcc-e1bb14caf9a04993d5158e9bdcee8524ea6f32db.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-flow-inline.h')
-rw-r--r-- | gcc/tree-flow-inline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index 892be56..a3bb652 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -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) { |