X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg.h;h=dddb0b45b12c4c99c2ede0dc60f6c423648b46b6;hb=a3ff5d70ee39a6308a81fb4d7f53258d11f93013;hp=f207d0570c0b40449173ef3587494ef55d1a30c3;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/beifg.h b/ir/be/beifg.h index f207d0570..dddb0b45b 100644 --- a/ir/be/beifg.h +++ b/ir/be/beifg.h @@ -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. * @@ -18,16 +18,14 @@ */ /** - * @file beifg.h - * @date 18.11.2005 - * @author Sebastian Hack - * - * Copyright (C) 2005 Universitaet Karlsruhe - * Released under the GPL + * @file + * @brief Interface for interference graphs. + * @author Sebastian Hack + * @date 18.11.2005 + * @version $Id$ */ - -#ifndef _BEIFG_H -#define _BEIFG_H +#ifndef FIRM_BE_BEIFG_H +#define FIRM_BE_BEIFG_H #include @@ -104,4 +102,4 @@ void be_ifg_check_sorted_to_file(const be_ifg_t *ifg, FILE *f); void be_ifg_check_performance(be_chordal_env_t *chordal_env); -#endif /* _BEIFG_H */ +#endif /* FIRM_BE_BEIFG_H */