Re: [patch] Move block_in_transaction out of gimple.h

2013-11-06 Thread Richard Biener
On Tue, Nov 5, 2013 at 10:08 PM, Jeff Law wrote: > On 11/05/13 14:06, Andrew MacLeod wrote: >> >> Looks like another location of convenience perhaps... >> >> Anyway, block_in_transaction (bb) really belongs in basic-block.h... The >> only oddity is that it also checks flag_tm... Is this really >

Re: [patch] Move block_in_transaction out of gimple.h

2013-11-05 Thread Jeff Law
On 11/05/13 14:06, Andrew MacLeod wrote: Looks like another location of convenience perhaps... Anyway, block_in_transaction (bb) really belongs in basic-block.h... The only oddity is that it also checks flag_tm... Is this really necessary? One would think the flag would never be set if flag_tm

[patch] Move block_in_transaction out of gimple.h

2013-11-05 Thread Andrew MacLeod
Looks like another location of convenience perhaps... Anyway, block_in_transaction (bb) really belongs in basic-block.h... The only oddity is that it also checks flag_tm... Is this really necessary? One would think the flag would never be set if flag_tm wasn't on... In any case, basic-blo