From 1f52178b3a8510309c5b8f739f6e74fff73895e5 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 25 Jan 2004 03:52:42 +0000 Subject: c-common.h: Fix comment typos. * 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. From-SVN: r76539 --- 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 d2b53f8..f62d262 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.1