From 3a0661596ea1d833031923d53c7d9a17172188b1 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Fri, 18 Jun 2004 17:34:31 +0000 Subject: [PATCH] Removed field checks --flo [r3173] --- ir/ana/rta.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ir/ana/rta.h b/ir/ana/rta.h index 5e4574dcf..b25169ece 100644 --- a/ir/ana/rta.h +++ b/ir/ana/rta.h @@ -16,8 +16,6 @@ void rta_cleanup(void); int rta_is_alive_class(type *clazz); /* Inquire whether the given graph is alive */ int rta_is_alive_graph(ir_graph *graph); -/* Inquire whether the given field is alive */ -int rta_is_alive_field(entity *field); /* dump our opinion */ void rta_report (void); @@ -25,6 +23,9 @@ void rta_report (void); /* * $Log$ + * Revision 1.8 2004/06/18 17:34:31 liekweg + * Removed field checks --flo + * * Revision 1.7 2004/06/18 13:12:43 liekweg * final bug fix (calls via consts) * -- 2.20.1