c4x.c: Convert to use GEN_INT.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Wed, 14 Oct 1998 22:46:04 +0000 (22:46 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Wed, 14 Oct 1998 22:46:04 +0000 (22:46 +0000)
commite27f8c8a496d9401d68f8b7982606136f2d09ede
treeae00e679557ca7c5f5350410855181869d321c1a
parent7f3feeea20fc5d0bf85258bc1df0e570aab6b682
c4x.c: Convert to use GEN_INT.

* config/c4x/c4x.c: Convert to use GEN_INT.
(c4x_parallel_process): Rework to handle new repeat loop structure.
* config/c4x/c4x.md: Convert to use GEN_INT.
(rptb_end): Convert to use GE test.  Replace uses with clobbers.
(decrement_and_branch_on_count): Likewise.
* config/c4x/c4x.h (REPEAT_BLOCK_PROCESS): Deleted hook now that
loop.c has the desired functionality.
(rc_reg_operand): New prototype.
* config/c4x/t-c4x: Can now build all front ends.

From-SVN: r23103
gcc/ChangeLog
gcc/config/c4x/c4x.c
gcc/config/c4x/c4x.h
gcc/config/c4x/c4x.md
gcc/config/c4x/t-c4x