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] |
Here's a bunch of small changes which I think ought to be checked in.
I've exposed the insert_on_edge commiter to allow on demand insert_on_edge. Dan was trying to use it in PRE, and in order to do so successfully, you need to know certain things the edge inserter did, such as create new blocks, or insert before/after a stmt (Its container may have changed). So the new routine now communicates this info.
I just wanted to thank Andrew for this. With it, PRE is well on the way to bootstrapping.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |