Re: [patch] Finish cleaning up gimple.h

2013-11-15 Thread Jeff Law
On 11/15/13 12:41, Andrew MacLeod wrote: On 11/15/2013 01:32 PM, Jeff Law wrote: On 11/15/13 09:47, Andrew MacLeod wrote: This patch finally gets gimple.h into its proper state of only having prototypes for gimple.c. The prototype for get_base_address was in tree.h, and it seemed more appropri

Re: [patch] Finish cleaning up gimple.h

2013-11-15 Thread Andrew MacLeod
On 11/15/2013 01:32 PM, Jeff Law wrote: On 11/15/13 09:47, Andrew MacLeod wrote: This patch finally gets gimple.h into its proper state of only having prototypes for gimple.c. The prototype for get_base_address was in tree.h, and it seemed more appropriate there since gimple.h is for gimple sta

Re: [patch] Finish cleaning up gimple.h

2013-11-15 Thread Jeff Law
On 11/15/13 09:47, Andrew MacLeod wrote: This patch finally gets gimple.h into its proper state of only having prototypes for gimple.c. The prototype for get_base_address was in tree.h, and it seemed more appropriate there since gimple.h is for gimple statements. I moved the function to tree.c

[patch] Finish cleaning up gimple.h

2013-11-15 Thread Andrew MacLeod
This patch finally gets gimple.h into its proper state of only having prototypes for gimple.c. The prototype for get_base_address was in tree.h, and it seemed more appropriate there since gimple.h is for gimple statements. I moved the function to tree.c 2 new .h files were created, cfgexpa