X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespill.h;h=dac022634eba67d6efb892b90b473b216134c6fd;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=79c82cec3fe791972e2c781e23cee39f0a317596;hpb=9f87cef368d97352431963ca40c40bf7c0a12b66;p=libfirm diff --git a/ir/be/bespill.h b/ir/be/bespill.h index 79c82cec3..dac022634 100644 --- a/ir/be/bespill.h +++ b/ir/be/bespill.h @@ -1,10 +1,9 @@ -/** +/* * Author: Daniel Grund, Sebastian Hack * Date: 29.09.2005 * Copyright: (c) Universitaet Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ - #ifndef BESPILL_H_ #define BESPILL_H_ @@ -45,18 +44,6 @@ void be_insert_spills_reloads(spill_env_t *senv); */ void be_spill_phi(spill_env_t *env, ir_node *node); -/** - * Places the necessary copies for the spilled phis in the graph - * This has to be done once before be_insert_spill_reloads, after - * all phis to spill have been marked with be_spill_phi. - */ -void be_place_copies(spill_env_t *env); - -/** - * Computes the spill offsets for all spill nodes in the irg - */ -void be_compute_spill_offsets(be_chordal_env_t *cenv); - /** * Sets the debug module of a spill environment. */