|
| | Subject: | Re: index of basic blocks | | Group: | Gcc-help | | From: | Diego Novillo | | Date: | 25 Apr 2008 |
On 04/25/08 08:30, Eduardo Martinez Pardeiro wrote:
> The new block have index 15...can i change this index to reorder all
> basic blocks? There is some function to do it? i.e.
Call compact_blocks() but your optimization shouldn't depend nor care
about the index number of basic blocks. Why is it important?
Diego.
|