This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Use bb->flags instead of bb->aux for flags in cfgcleanup.c


Hi,

Just a mechanical cleanup, this one.  But the real motivation for this
patch is that in a follow-up I want to add some sanity checking for the
aux field.  If bb->aux is to be pass specific, then it would be nice if
cleanup_cfg doesn't blindly clean bb->aux, so that verify_flow_info can
check that bb->aux is properly cleaned by the passes that use it.

Bootstrapped and tested on i686-unknown-linux-gnu.  OK?

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]