aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra-debug.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-08-02 11:44:54 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-08-02 11:44:54 +0000
commita6be5aeed5b63c9e774110910a81b16a51b8f89d (patch)
tree586cde10f732f5d41badd95e38d0c01a8ce60e7f /gcc/ra-debug.c
parente3e16ee37de28de01bd197548cf3dd9a41cab92d (diff)
downloadgcc-a6be5aeed5b63c9e774110910a81b16a51b8f89d.zip
gcc-a6be5aeed5b63c9e774110910a81b16a51b8f89d.tar.gz
gcc-a6be5aeed5b63c9e774110910a81b16a51b8f89d.tar.bz2
Makefile.in (ra-debug.o): Depend on $(TM_P_H).
* Makefile.in (ra-debug.o): Depend on $(TM_P_H). * ra-debug.c: Include "tm_p.h". * ra-rewrite.c (is_partly_live_1): Change return type to bool. From-SVN: r55981
Diffstat (limited to 'gcc/ra-debug.c')
-rw-r--r--gcc/ra-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ra-debug.c b/gcc/ra-debug.c
index a20e990..8daa63d 100644
--- a/gcc/ra-debug.c
+++ b/gcc/ra-debug.c
@@ -29,6 +29,7 @@
#include "df.h"
#include "output.h"
#include "ra.h"
+#include "tm_p.h"
/* This file contains various dumping and debug functions for
the graph coloring register allocator. */