Commit 2cac216b by Kazu Hirata Committed by Kazu Hirata

iq2000.c: Fix comment typos.

	* config/iq2000/iq2000.c: Fix comment typos.
	* config/iq2000/iq2000.md: Likewise.

From-SVN: r70727
parent 4375e090
2003-08-22 Kazu Hirata <kazu@cs.umass.edu> 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
* config/iq2000/iq2000.c: Fix comment typos.
* config/iq2000/iq2000.md: Likewise.
2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
* config/iq2000/iq2000.c: Follow spelling conventions. * config/iq2000/iq2000.c: Follow spelling conventions.
* config/iq2000/iq2000.h: Likewise. * config/iq2000/iq2000.h: Likewise.
* config/mn10300/mn10300.c: Likewise. * config/mn10300/mn10300.c: Likewise.
......
...@@ -2697,7 +2697,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p, ...@@ -2697,7 +2697,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
/* The kind of comparison we are doing. */ /* The kind of comparison we are doing. */
enum rtx_code code = GET_CODE (operands[0]); enum rtx_code code = GET_CODE (operands[0]);
/* Nonzero if the opcode for the comparison needs a `z' indicating /* Nonzero if the opcode for the comparison needs a `z' indicating
that it is a comparision against zero. */ that it is a comparison against zero. */
int need_z_p; int need_z_p;
/* A string to use in the assembly output to represent the first /* A string to use in the assembly output to represent the first
operand. */ operand. */
...@@ -2813,7 +2813,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p, ...@@ -2813,7 +2813,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
char *c; char *c;
c = strchr (buffer, '\0'); c = strchr (buffer, '\0');
/* Generate the reversed comparision. This takes four /* Generate the reversed comparison. This takes four
bytes. */ bytes. */
if (float_p) if (float_p)
sprintf (c, "b%s\t%%Z2%s", sprintf (c, "b%s\t%%Z2%s",
......
...@@ -1006,7 +1006,7 @@ ...@@ -1006,7 +1006,7 @@
;; Different CC modes are used, based on what type of branch is ;; Different CC modes are used, based on what type of branch is
;; done, so that we can constrain things appropriately. There ;; done, so that we can constrain things appropriately. There
;; are assumptions in the rest of GCC that break if we fold the ;; are assumptions in the rest of GCC that break if we fold the
;; operands into the branchs for integer operations, and use cc0 ;; operands into the branches for integer operations, and use cc0
;; for floating point, so we use the fp status register instead. ;; for floating point, so we use the fp status register instead.
;; If needed, an appropriate temporary is created to hold the ;; If needed, an appropriate temporary is created to hold the
;; of the integer compare. ;; of the integer compare.
...@@ -1093,7 +1093,7 @@ ...@@ -1093,7 +1093,7 @@
[(set_attr "type" "branch") [(set_attr "type" "branch")
(set_attr "mode" "none")]) (set_attr "mode" "none")])
;; Conditional branch on equality comparision. ;; Conditional branch on equality comparison.
(define_insn "branch_equality" (define_insn "branch_equality"
[(set (pc) [(set (pc)
......
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