diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 16:11:56 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 16:11:56 +0000 |
commit | df07c3ae3cf8d5a362f15ff372fa4e3973e32aed (patch) | |
tree | 0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/jump.c | |
parent | 299006eee4659c4b51edb65018364630285871d8 (diff) | |
download | ppe42-gcc-df07c3ae3cf8d5a362f15ff372fa4e3973e32aed.tar.gz ppe42-gcc-df07c3ae3cf8d5a362f15ff372fa4e3973e32aed.zip |
* ChangeLog.1: Fix a typo.
* cfgrtl.c: Fix comment typos.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* genrecog.c: Likewise.
* jump.c: Likewise.
* rtlanal.c: Likewise.
* ssa-dce.c: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index 40166b40e31..a7d7dc21c7e 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -760,7 +760,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn) return UNKNOWN; } -/* An wrapper around the previous function to take COMPARISON as rtx +/* A wrapper around the previous function to take COMPARISON as rtx expression. This simplifies many callers. */ enum rtx_code reversed_comparison_code (comparison, insn) |