summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-13 18:32:30 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-13 18:32:30 +0000
commitfa8b3d85ee937eedce8be1e1bc3b214f2bf1191f (patch)
tree6319a092f7667a67b480252f2182036b82a57621 /gcc/jump.c
parent90981122c952157f0e507a37e89460ed80abd978 (diff)
downloadgcc-fa8b3d85ee937eedce8be1e1bc3b214f2bf1191f.tar.gz
2001-07-13 Kazu Hirata <kazu@hxi.com>
* jump.c (reversed_comparison_code_parts): Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 010c1c7319d..ffe958e3926 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -1702,7 +1702,7 @@ jump_back_p (insn, target)
&& rtx_renumbered_equal_p (XEXP (cinsn, 1), XEXP (ctarget, 1)));
}
-/* Given a comparison (CODE ARG0 ARG1), inside a insn, INSN, return an code
+/* Given a comparison (CODE ARG0 ARG1), inside an insn, INSN, return a code
of reversed comparison if it is possible to do so. Otherwise return UNKNOWN.
UNKNOWN may be returned in case we are having CC_MODE compare and we don't
know whether it's source is floating point or integer comparison. Machine
@@ -1737,7 +1737,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn)
}
#endif
- /* Try few special cases based on the comparison code. */
+ /* Try a few special cases based on the comparison code. */
switch (code)
{
case GEU: