From 447f6a7fe8e74964aa7968437e65fa5a4c83f3b5 Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 6 Aug 2001 16:57:53 +0000 Subject: * profile.c (branch_prob): Remove unused variable insn. * Makefile.in (local-alloc.o): Add dependency on except.h. * local-alloc.c: Include except.h for can_throw_internal prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44665 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/local-alloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/local-alloc.c') diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index c987190698e..efc31597908 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1,6 +1,6 @@ /* Allocate registers within a basic block, for GNU compiler. Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000 Free Software Foundation, Inc. + 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -73,6 +73,7 @@ Boston, MA 02111-1307, USA. */ #include "recog.h" #include "output.h" #include "toplev.h" +#include "except.h" /* Next quantity number available for allocation. */ -- cgit v1.2.1