This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
multiple entry prologues and flowgraph
- To: rth at cygnus dot com, gcc at gcc dot gnu dot org
- Subject: multiple entry prologues and flowgraph
- From: Jan Hubicka <jh at suse dot cz>
- Date: Wed, 21 Feb 2001 22:50:42 +0100
Hi
I am having problems with the multiple entry prologues.
I've modified the Bernd's/Catherine's code to emit multiple prologues for
PIC, but flowgraph is broken after the inclusion, since new basic block
gets created.
Do you have any idea how to get around?
Honza