X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillbelady.h;h=dbaf1c31be25e6a2fe483b3d1ed1dd7cfef18e03;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=cbdaa7a510960ae25bf08e6a31e00a952f697f88;hpb=e91c1db21d945d622be14e27bd4c6c405c042723;p=libfirm diff --git a/ir/be/bespillbelady.h b/ir/be/bespillbelady.h index cbdaa7a51..dbaf1c31b 100644 --- a/ir/be/bespillbelady.h +++ b/ir/be/bespillbelady.h @@ -9,9 +9,12 @@ #define BESPILLBELADY_H_ #include "be_t.h" +#include "bechordal.h" + #include "bearch.h" #include "bespill.h" -void be_spill_belady(const be_main_session_env_t *env, const arch_register_class_t *cls); +void be_spill_belady(const be_chordal_env_t *env); + #endif /*BESPILLBELADY_H_*/