Re: [patch] Do not include rtl.h in tree-phinodes.c

2012-06-11 Thread Richard Guenther
On Wed, Jun 6, 2012 at 5:16 PM, Steven Bosscher wrote: > Hello, > > tree-phinodes.c includes rtl.h for ... ceil_log2 (?!). > > Moving ceil_log2 to hwint.c/hwint.h to join its sibling floor_log2 > breaks this dependency. > > Bootstrapped on x86_64-unknown-linux-gnu. OK for trunk? Ok. Thanks, Rich

[patch] Do not include rtl.h in tree-phinodes.c

2012-06-06 Thread Steven Bosscher
Hello, tree-phinodes.c includes rtl.h for ... ceil_log2 (?!). Moving ceil_log2 to hwint.c/hwint.h to join its sibling floor_log2 breaks this dependency. Bootstrapped on x86_64-unknown-linux-gnu. OK for trunk? Ciao! Steven tree_phinodes_no_rtl_h.diff Description: Binary data