This is the mail archive of the gcc@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] |
If doing this, you have to be careful that a pass isn't called from within another pass. out-of-ssa can be called from within DOM, for instance, so dom and out-of-ssa can't have their pass info in a union.
yup yupThis is the same situation we have with tree_nodes and all the bits/flags found therein.
Andrew
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |