X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillslots.h;h=3050f4f44bc071f287160eb2f48578583a7f80eb;hb=040868cbcb834457c8195efbbccf221123c7f153;hp=b75695a97940bda668b8b7c372238a5aeaf4dec3;hpb=5182eab855d281aa48e501ef80b4b41255583520;p=libfirm diff --git a/ir/be/bespillslots.h b/ir/be/bespillslots.h index b75695a97..3050f4f44 100644 --- a/ir/be/bespillslots.h +++ b/ir/be/bespillslots.h @@ -1,13 +1,33 @@ /* - * Author: Matthias Braun - * Date: 27.7.2006 - * 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. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + +/** + * @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 "bechordal.h" +#include "beirg.h" typedef struct _be_fec_env_t be_fec_env_t; @@ -49,6 +69,6 @@ void be_assign_entities(be_fec_env_t *env); * Coalesces spillslots and minimizes the number of memcopies induced by * memory-phis. */ -void be_coalesce_spillslots(const be_chordal_env_t *chordal_env); +void be_coalesce_spillslots(be_irg_t *birg); -#endif +#endif /* FIRM_BE_BESPILLSLOTS_H */