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] | |
Ah, so it is, about 30 lines down.> Bad idea unless something has changed. > > SSA_NAME_DEF_STMT uses the tree chain field. WHen we release an > SSA_NAME we use the chain field to link together all the free SSA_NAME > nodes.
Interesting. It survived bootstrap and regtesting here. It must be reset later on again to chain them together.
Except we reference it as just TREE_CHAIN. Forget it then, i'll wait till we have SSA_NAME's where we aren't sharing things like this.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |