Commit 5b8d96f1 by Kazu Hirata Committed by Kazu Hirata

iq2000-protos.h: Fix comment formatting.

	* config/iq2000/iq2000-protos.h: Fix comment formatting.
	* config/iq2000/iq2000.c: Likewise.
	* config/iq2000/iq2000.md: Likewise.

From-SVN: r75840
parent f18056ff
2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
* config/iq2000/iq2000-protos.h: Fix comment formatting.
* config/iq2000/iq2000.c: Likewise.
* config/iq2000/iq2000.md: Likewise.
2004-01-14 J. Brobecker <brobecker@gnat.com> 2004-01-14 J. Brobecker <brobecker@gnat.com>
* dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME. * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#ifndef GCC_IQ2000_PROTOS_H #ifndef GCC_IQ2000_PROTOS_H
#define GCC_IQ2000_PROTOS_H #define GCC_IQ2000_PROTOS_H
......
...@@ -1610,7 +1610,7 @@ iq2000_va_arg (tree valist, tree type) ...@@ -1610,7 +1610,7 @@ iq2000_va_arg (tree valist, tree type)
if (r != addr_rtx) if (r != addr_rtx)
emit_move_insn (addr_rtx, r); emit_move_insn (addr_rtx, r);
/* flush the POSTINCREMENT */ /* Flush the POSTINCREMENT. */
emit_queue(); emit_queue();
if (indirect) if (indirect)
...@@ -2348,7 +2348,7 @@ iq2000_expand_prologue (void) ...@@ -2348,7 +2348,7 @@ iq2000_expand_prologue (void)
if (GET_CODE (entry_parm) != REG) if (GET_CODE (entry_parm) != REG)
abort (); abort ();
/* passed in a register, so will get homed automatically */ /* Passed in a register, so will get homed automatically. */
if (GET_MODE (entry_parm) == BLKmode) if (GET_MODE (entry_parm) == BLKmode)
words = (int_size_in_bytes (passed_type) + 3) / 4; words = (int_size_in_bytes (passed_type) + 3) / 4;
else else
...@@ -2719,7 +2719,7 @@ iq2000_output_conditional_branch (rtx insn, rtx * operands, int two_operands_p, ...@@ -2719,7 +2719,7 @@ iq2000_output_conditional_branch (rtx insn, rtx * operands, int two_operands_p,
static char buffer[200]; static char buffer[200];
/* 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 comparison 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
...@@ -3744,7 +3744,7 @@ iq2000_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int * total) ...@@ -3744,7 +3744,7 @@ iq2000_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int * total)
* total = COSTS_N_INSNS (2); * total = COSTS_N_INSNS (2);
else if (GET_CODE (symref) != SYMBOL_REF) else if (GET_CODE (symref) != SYMBOL_REF)
* total = COSTS_N_INSNS (4); * total = COSTS_N_INSNS (4);
/* let's be paranoid.... */ /* Let's be paranoid.... */
else if (INTVAL (offset) < -32768 || INTVAL (offset) > 32767) else if (INTVAL (offset) < -32768 || INTVAL (offset) > 32767)
* total = COSTS_N_INSNS (2); * total = COSTS_N_INSNS (2);
else else
......
...@@ -1402,7 +1402,7 @@ ...@@ -1402,7 +1402,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1430,7 +1430,7 @@ ...@@ -1430,7 +1430,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1457,7 +1457,7 @@ ...@@ -1457,7 +1457,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1486,7 +1486,7 @@ ...@@ -1486,7 +1486,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1504,7 +1504,7 @@ ...@@ -1504,7 +1504,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1533,7 +1533,7 @@ ...@@ -1533,7 +1533,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1564,7 +1564,7 @@ ...@@ -1564,7 +1564,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1600,7 +1600,7 @@ ...@@ -1600,7 +1600,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1618,7 +1618,7 @@ ...@@ -1618,7 +1618,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
...@@ -1647,7 +1647,7 @@ ...@@ -1647,7 +1647,7 @@
if (branch_type != CMP_SI && (branch_type != CMP_DI)) if (branch_type != CMP_SI && (branch_type != CMP_DI))
FAIL; FAIL;
/* set up operands from compare. */ /* Set up operands from compare. */
operands[1] = branch_cmp[0]; operands[1] = branch_cmp[0];
operands[2] = branch_cmp[1]; operands[2] = branch_cmp[1];
......
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