]> gcc.gnu.org Git - gcc.git/commit - gcc/machmode.h
machmode.h (mode_name, [...]): Set array size in declaration to NUM_MACHINE_MODES.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 18 Dec 2001 02:37:06 +0000 (02:37 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 18 Dec 2001 02:37:06 +0000 (02:37 +0000)
commit86460bab0239d2bbcdef1b500dbb9f0d08d40776
treeee99b3e3797ecd2a9d3561182267ee36e9ed46bc
parent29b06e3587660a8db8a6c2825aa1a953a5183aaa
machmode.h (mode_name, [...]): Set array size in declaration to NUM_MACHINE_MODES.

* machmode.h (mode_name, mode_class, mode_size, mode_unit_size,
mode_bitsize, mode_mask_array, mode_wider_mode): Set array size in
declaration to NUM_MACHINE_MODES.
(mode_size, mode_unit_size): Set array type to unsigned char.
(mode_bitsize): Set array type to unsigned short.

* rtl.c (rtx_length): Set array type to unsigned char.
(rtx_length, rtx_name, rtx_format, rtx_class): Set array size to
NUM_RTX_CODE.
(mode_bitsize): Set array type to unsigned short.
(mode_size, mode_unit_size): Set array type to unsigned char.
(mode_name, mode_class, mode_bitsize, mode_size, mode_unit_size,
mode_wider_mode, mode_mask_array): Set array size to
NUM_MACHINE_MODES.

* rtl.h (rtx_length, rtx_name, rtx_format, rtx_class): Set array
size in declaration to NUM_RTX_CODE.

From-SVN: r48139
gcc/ChangeLog
gcc/machmode.h
gcc/rtl.c
gcc/rtl.h
This page took 0.061523 seconds and 5 git commands to generate.