summaryrefslogtreecommitdiff
path: root/gcc/ra-debug.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-02 11:44:54 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-02 11:44:54 +0000
commita5c71710de9c34848a7867098159c4b2697fe90d (patch)
tree586cde10f732f5d41badd95e38d0c01a8ce60e7f /gcc/ra-debug.c
parent0b91d495ba909ef43abcb035bdb3776966bd9612 (diff)
downloadgcc-a5c71710de9c34848a7867098159c4b2697fe90d.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55981 138bc75d-0d04-0410-961f-82ee72b054a4
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 a20e9901ae5..8daa63d0456 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. */