[patch 1/4] Reduce alias.h dependencies

2015-06-25 Thread Andrew MacLeod
This patch moves the alias_set_type typedef from alias.h into coretypes. Many common header files depend on the type, such as (but not limited to) gimple.h tree_ssa_alias.h rtl.h tree_core.h emit_rtl.h asan.h langhooks.h A fully flattened branch requires alias.h in 294 source

Re: [patch 1/4] Reduce alias.h dependencies

2015-06-25 Thread Jeff Law
On 06/25/2015 07:19 AM, Andrew MacLeod wrote: This patch moves the alias_set_type typedef from alias.h into coretypes. Many common header files depend on the type, such as (but not limited to) gimple.h tree_ssa_alias.h rtl.h tree_core.h emit_rtl.h asan.h langhooks.h A