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]

Re: Analysis of Brad's GCSE problem with computed gotos.


On Sat, Dec 02, 2000 at 02:29:46AM -0500, Brad Lucier wrote:
> It seems that one should really use insert_insn_on_edge from flow.c
> to add the pattern to the abnormal edge in pre_edge_insert.

No, insert_insn_on_edge aborts for abnormal critical edges.
We can't split the edge and so have no where that is absolutely
correct to put the instruction.


r~

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