X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillilp.h;h=9b7a1c56f18e8e98609d33ccbd6b8e712f59cc69;hb=1161999117f5c0f56b3af2dc9bb7150e03761905;hp=042ef3fd11c1df646d9cd588803b878ad9a0aeb7;hpb=e91c1db21d945d622be14e27bd4c6c405c042723;p=libfirm diff --git a/ir/be/bespillilp.h b/ir/be/bespillilp.h index 042ef3fd1..9b7a1c56f 100644 --- a/ir/be/bespillilp.h +++ b/ir/be/bespillilp.h @@ -11,11 +11,8 @@ #ifndef _BESPILLILP_H #define _BESPILLILP_H -#include "bearch.h" -#include "be_t.h" -#include "bespill.h" +#include "bechordal.h" -void be_spill_ilp(const be_main_session_env_t *env, - const arch_register_class_t *cls); +void be_spill_ilp(const be_chordal_env_t *env); #endif /* _BESPILLILP_H */