X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillslots.h;h=3050f4f44bc071f287160eb2f48578583a7f80eb;hb=89dc24503c04139bb05504059b291d6d89f99661;hp=0aa32b52eeb546253a26c5ca80fb1e4db1f6141e;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bespillslots.h b/ir/be/bespillslots.h index 0aa32b52e..3050f4f44 100644 --- a/ir/be/bespillslots.h +++ b/ir/be/bespillslots.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. * @@ -17,14 +17,15 @@ * PURPOSE. */ -/* - * Author: Matthias Braun - * Date: 27.7.2006 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +/** + * @file + * @brief Spillslot coalescer. + * @author Matthias Braun + * @date 27.07.2006 + * @version $Id$ */ -#ifndef BESPILLSLOTS_H_ -#define BESPILLSLOTS_H_ +#ifndef FIRM_BE_BESPILLSLOTS_H +#define FIRM_BE_BESPILLSLOTS_H #include "beirg.h" @@ -70,4 +71,4 @@ void be_assign_entities(be_fec_env_t *env); */ void be_coalesce_spillslots(be_irg_t *birg); -#endif /* BESPILLSLOTS_H_ */ +#endif /* FIRM_BE_BESPILLSLOTS_H */