This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [24/27] Put gcse's can_copy hash into target structures


On 07/07/2010 02:30 PM, Richard Sandiford wrote:
> +  /* Nonzero for each mode that supports (set (reg) (reg)).
> +     This is trivially true for integer and floating point values.
> +     It may or may not be true for condition codes.  */
> +  int x_can_copy[(int) NUM_MACHINE_MODES];
...
> -static char can_copy[(int) NUM_MACHINE_MODES];

Type changed.

For the most part I think *most* of the "char" variables that
you're moving should really be "bool".  However, I think that
should be done in separate changes.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]