From 6ef828f9e997f2a593360aa6ce158d9f5ae739a0 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Sep 2002 14:09:34 +0000 Subject: * dbxout.c: Follow spelling conventions. * defaults.h: Likewise. * df.c: Likewise. * diagnostic.h: Likewise. * doloop.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * except.c: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flags.h: Likewise. * flow.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * function.h: Likewise. * gcc.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genconfig.c: Likewise. * genrecog.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * global.c: Likewise. * gthr-win32.h: Likewise. * integrate.c: Likewise. * jump.c: Likewise. * langhooks.c: Likewise. * langhooks.h: Likewise. * line-map.h: Likewise. * local-alloc.c: Likewise. * longlong.h: Likewise. * loop.c: Likewise. * loop.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57406 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/jump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index 3b9dc616065..5fef7b7311f 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -962,7 +962,7 @@ signed_condition (code) } } -/* Return non-zero if CODE1 is more strict than CODE2, i.e., if the +/* Return nonzero if CODE1 is more strict than CODE2, i.e., if the truth of CODE1 implies the truth of CODE2. */ int @@ -1255,7 +1255,7 @@ onlyjump_p (insn) #ifdef HAVE_cc0 -/* Return non-zero if X is an RTX that only sets the condition codes +/* Return nonzero if X is an RTX that only sets the condition codes and has no side effects. */ int -- cgit v1.2.1