From 49ad7cfa7ac804b56cff13d70022020126f24c55 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Mon, 9 Aug 1999 14:00:21 +0000 Subject: Include function.h in most files. Include function.h in most files. Remove most of the global variables duplicated in function.h. Add accessor macros for them which access current_function. Delete INLINE_HEADER rtx and related code, replace with code using struct function to store inlining related data. From-SVN: r28626 --- gcc/haifa-sched.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gcc/haifa-sched.c') diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 60b340f..1341338 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)); -- cgit v1.1