diff options
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 60b340fa788..1341338f307 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -161,6 +161,7 @@ #include "rtl.h" #include "basic-block.h" #include "regs.h" +#include "function.h" #include "hard-reg-set.h" #include "flags.h" #include "insn-config.h" @@ -494,9 +495,6 @@ static int *out_edges; #define IN_EDGES(block) (in_edges[block]) #define OUT_EDGES(block) (out_edges[block]) -/* List of labels which cannot be deleted, needed for control - flow graph construction. */ -extern rtx forced_labels; static int is_cfg_nonregular PROTO ((void)); |