Re: Duplicating immediate predecessor of EXIT_BLOCK

2005-10-13 Thread Ian Lance Taylor
[EMAIL PROTECTED] writes: > > [EMAIL PROTECTED] writes: > > > >> I'm interested in duplicating the immediate predecessor basic block of > >> the > >> EXIT_BLOCK, but this makes the EXIT_BLOCK have 2 predecessors which > >> isn't > >> allowed. Can someone give me some guidances as to how I can ins

Re: Duplicating immediate predecessor of EXIT_BLOCK

2005-10-13 Thread mcrosier
> [EMAIL PROTECTED] writes: > >> I'm interested in duplicating the immediate predecessor basic block of >> the >> EXIT_BLOCK, but this makes the EXIT_BLOCK have 2 predecessors which >> isn't >> allowed. Can someone give me some guidances as to how I can insert a >> bogus block between the two to a

Re: Duplicating immediate predecessor of EXIT_BLOCK

2005-10-13 Thread Ian Lance Taylor
[EMAIL PROTECTED] writes: > I'm interested in duplicating the immediate predecessor basic block of the > EXIT_BLOCK, but this makes the EXIT_BLOCK have 2 predecessors which isn't > allowed. Can someone give me some guidances as to how I can insert a > bogus block between the two to allow the dupl