X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillslots.h;h=ba4f72e29c4f86912395c07b4d3a8a99caf41fa6;hb=0f3f5dcf8b021c4c43eb8b47f59c6aad0972ce0e;hp=0aa32b52eeb546253a26c5ca80fb1e4db1f6141e;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bespillslots.h b/ir/be/bespillslots.h index 0aa32b52e..ba4f72e29 100644 --- a/ir/be/bespillslots.h +++ b/ir/be/bespillslots.h @@ -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 */