From 4885b28602cc78f9491be97dc9cb20e66b921fbf Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 25 Jan 2004 03:52:42 +0000 Subject: * c-common.h: Fix comment typos. * c-decl.c: Likewise. * cgraphunit.c: Likewise. * combine.c: Likewise. * et-forest.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * jump.c: Likewise. * postreload.c: Likewise. * varray.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76539 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index d2b53f8cf4b..f62d2629ccc 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -1051,7 +1051,7 @@ simplejump_p (rtx insn) /* Return nonzero if INSN is a (possibly) conditional jump and nothing more. - Use this function is deprecated, since we need to support combined + Use of this function is deprecated, since we need to support combined branch and compare insns. Use any_condjump_p instead whenever possible. */ int -- cgit v1.2.1