X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firphase.c;h=6a3cf6987f6d420094a939c6f3b1abbcfa4b10f8;hb=2af4a97900b435e35d7c20350604e3863aff2b4c;hp=0f5b9fa7aa33f86f7c68faf9b00787b358db768c;hpb=0e5f781d021c0b1e20ba08f583d4971419fedb5d;p=libfirm diff --git a/ir/ir/irphase.c b/ir/ir/irphase.c index 0f5b9fa7a..6a3cf6987 100644 --- a/ir/ir/irphase.c +++ b/ir/ir/irphase.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -22,13 +22,11 @@ * @brief Phase information handling using node indexes. * @author Sebastian Hack * @version $Id$ - * @summary + * @brief * A phase contains a link to private data for each node in an ir graph. * A phase is independent from the globally visible link field of ir nodes. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "array.h" #include "util.h"