aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-08-06 18:57:53 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-06 18:57:53 +0200
commita4d3961ad61b17eecfb6968552ae4e6704c64540 (patch)
treeca515252204eb7227888e0361680bc2601da6c70 /gcc/local-alloc.c
parent1d4820563901c443ef95b649963c54efbb1268a4 (diff)
downloadgcc-a4d3961ad61b17eecfb6968552ae4e6704c64540.zip
gcc-a4d3961ad61b17eecfb6968552ae4e6704c64540.tar.gz
gcc-a4d3961ad61b17eecfb6968552ae4e6704c64540.tar.bz2
profile.c (branch_prob): Remove unused variable insn.
* 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. From-SVN: r44665
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r--gcc/local-alloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index c987190..efc3159 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. */