Re: [patch] Use NOTE_P, CALL_P, etc. instead of GET_CODE in a bunch of files

2013-03-22 Thread Jeff Law
On 03/22/2013 06:44 PM, Steven Bosscher wrote: On Fri, Mar 22, 2013 at 8:09 PM, Steven Bosscher wrote: Hello, This is an almost completely mechanical replacement of GET_CODE(thing) == ... with the equivalent predicate macro from rtl.h. This particular set of files fell victim to my plans for GC

Re: [patch] Use NOTE_P, CALL_P, etc. instead of GET_CODE in a bunch of files

2013-03-22 Thread Steven Bosscher
On Fri, Mar 22, 2013 at 8:09 PM, Steven Bosscher wrote: > Hello, > > This is an almost completely mechanical replacement of GET_CODE(thing) > == ... with the equivalent predicate macro from rtl.h. This particular > set of files fell victim to my plans for GCC 4.9 to make > JUMP_TABLE_DATA_P a separ