+2004-09-20 Roger Sayle <roger@eyesopen.com>
+
+ PR rtl-optimization/17363
+ Backport from mainline
+ 2003-07-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+
+ PR bootstrap/11593
+ * sched-rgn.c (find_rgns): Initialize current_edge correctly.
+
2004-09-17 James E Wilson <wilson@specifixinc.com>
PR target/17455
int *max_hdr, *dfs_nr, *stack, *degree;
char no_loops = 1;
int node, child, loop_head, i, head, tail;
- int count = 0, sp, idx = 0, current_edge = out_edges[0];
+ int count = 0, sp, idx = 0;
+ int current_edge = out_edges[ENTRY_BLOCK_PTR->succ->dest->index];
int num_bbs, num_insns, unreachable;
int too_large_failure;
basic_block bb;