Commit 5a4aeb03 by Kazu Hirata Committed by Kazu Hirata

jump.c (reversed_comparison_code_parts): Fix comment typos.

2001-07-13  Kazu Hirata  <kazu@hxi.com>

	* jump.c (reversed_comparison_code_parts): Fix comment typos.

From-SVN: r43990
parent 92e78e59
2001-07-13 Kazu Hirata <kazu@hxi.com>
* jump.c (reversed_comparison_code_parts): Fix comment typos.
2001-07-13 H.J. Lu (hjl@gnu.org) 2001-07-13 H.J. Lu (hjl@gnu.org)
* config/elfos.h (UNIQUE_SECTION): Enable .bss section. * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
......
...@@ -1702,7 +1702,7 @@ jump_back_p (insn, target) ...@@ -1702,7 +1702,7 @@ jump_back_p (insn, target)
&& rtx_renumbered_equal_p (XEXP (cinsn, 1), XEXP (ctarget, 1))); && 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. 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 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 know whether it's source is floating point or integer comparison. Machine
...@@ -1737,7 +1737,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn) ...@@ -1737,7 +1737,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn)
} }
#endif #endif
/* Try few special cases based on the comparison code. */ /* Try a few special cases based on the comparison code. */
switch (code) switch (code)
{ {
case GEU: case GEU:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment