X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillilp.h;h=9b7a1c56f18e8e98609d33ccbd6b8e712f59cc69;hb=7438ae082c9ec7658ccd006b40aa62084aedca2d;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 */