On Tue, Jun 16, 2015 at 7:20 PM, Andrew MacLeod wrote:
> tree-core.h won't compile without seeing options.h (which is usually brought
> in by tm.h) because a TARGET_OPTION node contains an instance of struct
> cl_target_option, defined thru options.h.
>
> Its fairly straightforward to change it s
tree-core.h won't compile without seeing options.h (which is usually
brought in by tm.h) because a TARGET_OPTION node contains an instance
of struct cl_target_option, defined thru options.h.
Its fairly straightforward to change it so the tree node simply contains
a pointer to one of these st