diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index 71811bb9f8b..9ff6bc99ee9 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -61,6 +61,7 @@ Boston, MA 02111-1307, USA. */ #include "insn-flags.h" #include "insn-attr.h" #include "recog.h" +#include "function.h" #include "expr.h" #include "real.h" #include "except.h" @@ -89,10 +90,6 @@ Boston, MA 02111-1307, USA. */ static rtx *jump_chain; -/* List of labels referred to from initializers. - These can never be deleted. */ -rtx forced_labels; - /* Maximum index in jump_chain. */ static int max_jump_chain; |