X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestr.h;h=4003f63f2345637a28de381490b9906491173d07;hb=b59e22a229aa1227ef992c184c79fdafe34908cf;hp=4af6635007996912076b6f1efb0a72a1b320de78;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bessadestr.h b/ir/be/bessadestr.h index 4af663500..4003f63f2 100644 --- a/ir/be/bessadestr.h +++ b/ir/be/bessadestr.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,18 +18,20 @@ */ /** - * 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 */ +#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 */