summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-25 03:52:42 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-25 03:52:42 +0000
commit4885b28602cc78f9491be97dc9cb20e66b921fbf (patch)
treebf5e07ce58ea32552b2f08730c4b206c218b96ac /gcc/jump.c
parent47e051ca38cab251de07e884fa94a936bc348bc7 (diff)
downloadgcc-4885b28602cc78f9491be97dc9cb20e66b921fbf.tar.gz
* 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
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c2
1 files changed, 1 insertions, 1 deletions
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