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