X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircgopt.c;h=5c332c0ea1a07595c3486cf90180592e844084de;hb=0652d44cff2021c908e4b76572e59469c9057598;hp=8fbf0c6e0917e957eb10e0009ffac4c79c5eb049;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/ircgopt.c b/ir/ir/ircgopt.c index 8fbf0c6e0..5c332c0ea 100644 --- a/ir/ir/ircgopt.c +++ b/ir/ir/ircgopt.c @@ -17,18 +17,15 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/ircgopt.c - * Purpose: Removal of unreachable methods. - * Author: Hubert Schmid - * Modified by: - * Created: 09.06.2002 - * CVS-ID: $Id$ - * Copyright: (c) 2002-2003 Universität Karlsruhe +/** + * @file + * @brief Removal of unreachable methods. + * @author Hubert Schmid + * @date 09.06.2002 + * @version $Id$ */ -/** +/* * Entfernen von nicht erreichbaren (aufrufbaren) Methoden. Die Menge * der nicht erreichbaren Methoden wird aus der Abschätzung der * Aufrufrelation bestimmt. @@ -45,7 +42,6 @@ #include "irloop_t.h" #include "irflag_t.h" #include "ircons.h" -#include "typewalk.h" #include "irtools.h" /**