X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestr.h;h=563b560885b6a806051a08731e8e3b5522d21ec8;hb=662fc44c951bdb45a9b7d9563e9ffbb87101b9e4;hp=353ceadf13e29a08bf536ca9dc7e2b093bc2ba6d;hpb=79c06153820687dbf41a3fdb822a517f85ba10d0;p=libfirm diff --git a/ir/be/bessadestr.h b/ir/be/bessadestr.h index 353ceadf1..563b56088 100644 --- a/ir/be/bessadestr.h +++ b/ir/be/bessadestr.h @@ -1,16 +1,38 @@ -/** - * Author: Daniel Grund - * Date: 25.05.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. * - * Performs SSA-Destruction. + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -#include "bechordal_t.h" +/** + * @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.h" /** * Performs SSA-Destruction. Arguments get adjusted, phi nodes just stay. - * PRECONDITION: No block has a 'perm' for the current registerclass as last operation. */ -void be_ssa_destruction(be_main_session_env_t *session, be_chordal_env_t *chordal_env); +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 */