c4x.c: Include system.h.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 9 Jan 1999 18:46:10 +0000 (18:46 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 9 Jan 1999 18:46:10 +0000 (18:46 +0000)
commit5e6a42d9e45fd193b3cc6d1a41f6604b8147e6af
tree99736145687a806d69e0834746287f4e72a10354
parentdfa27ef1db156b9c72a8f0a4164c507a613f5b6c
c4x.c: Include system.h.

* config/c4x/c4x.c: Include system.h.
  (c4x_caller_save_map): Disable caller save for RC.
(c4x_optimization_options): Disable scheduling before reload.
(valid_parallel_load_store) : Define return type as int.
Remove unused variable regs.
* config/c4x/c4x.h (REGISTER_MOVE_COST): Make independent of register
class.
* config/c4x/c4x.md (rotlqi3, rotrqi3): Fix up emitted RTL to
handle rotations.
(*db, decrement_and_branch_until_zero): Fix up constraints
to keep reload happy.

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