Use predicates for RTL objects

Michael Matz matz@suse.de
Thu Aug 8 15:04:00 GMT 2019


Hi,

On Wed, 7 Aug 2019, Arvind Sankar wrote:

> 	=> x->is_a (REG)

Oh god, please no.  Currently at least the RTL parts of GCC still have 
mostly a consistent and obvious style, which is a good thing.  I have no 
idea why anyone would think the above is easier to read than REG_P (x).


Ciao,
Michael.
P.S: Consider this: the current style served us quite well for the last 35 
or so years, so before suggesting style changes, shouldn't you first work 
on the sources for some time?



More information about the Gcc mailing list