X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestr.h;h=53194fba7c5575c132de08b19757c969f5a07910;hb=e5b57877b6db678ba428e3cbc01cbcc0815922f9;hp=4af6635007996912076b6f1efb0a72a1b320de78;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bessadestr.h b/ir/be/bessadestr.h index 4af663500..53194fba7 100644 --- a/ir/be/bessadestr.h +++ b/ir/be/bessadestr.h @@ -18,18 +18,21 @@ */ /** - * Author: Daniel Grund - * Date: 25.05.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * - * Performs SSA-Destruction. + * @file + * @brief Performs SSA-Destruction. + * @author Daniel Grund + * @date 25.05.2005 + * @version $Id$ */ +#ifndef FIRM_BE_BESSADESTR_H +#define FIRM_BE_BESSADESTR_H -#include "bechordal_t.h" +#include "bechordal.h" /** * Performs SSA-Destruction. Arguments get adjusted, phi nodes just stay. */ void be_ssa_destruction(be_chordal_env_t *chordal_env); void be_ssa_destruction_check(be_chordal_env_t *chordal_env); + +#endif /* FIRM_BE_BESSADESTR_H */