aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2006-10-13 14:24:08 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2006-10-13 14:24:08 +0000
commite1bb14caf9a04993d5158e9bdcee8524ea6f32db (patch)
tree98a3218c9076ac3011bafe86e0af48d75e546128 /gcc
parent982186b1be20337cd4101495a9b0cbab937fd74f (diff)
downloadgcc-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')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/tree-flow-inline.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ce7336f..4185745 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
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)
{