From e1bb14caf9a04993d5158e9bdcee8524ea6f32db Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Fri, 13 Oct 2006 14:24:08 +0000 Subject: [PATCH] tree-flow-inline.h (zero_ssa_operands): Fix comment. 2006-10-13 Daniel Berlin Ramana Radhakrishnan * tree-flow-inline.h (zero_ssa_operands): Fix comment. Co-Authored-By: Ramana Radhakrishnan From-SVN: r117694 --- gcc/ChangeLog | 5 +++++ gcc/tree-flow-inline.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce7336f8455..4185745fa9e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-13 Daniel Berlin + Ramana Radhakrishnan + + * tree-flow-inline.h (zero_ssa_operands): Fix comment. + 2006-10-12 Jan Hubicka PR c/28419 diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index 892be56a61c..a3bb65272f2 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) { -- 2.30.2