X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe.h;h=3b6fecdac0e76927df4f0ce57e17af899de4feb6;hb=c4ff1c9959667db87996891435a12ae466563062;hp=fe69d858f6afb53a98cfdc3f310e4ce902243147;hpb=2811c24970560e240026f50f5706b9b07b620cf0;p=libfirm diff --git a/ir/be/be.h b/ir/be/be.h index fe69d858f..3b6fecdac 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -6,6 +6,13 @@ #include "archop.h" #include "lower_dw.h" #include "dbginfo.h" +#include "ifconv.h" + +#ifdef WITH_LIBCORE +#include +#include +#include +#endif /* WITH_LIBCORE */ #define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0) @@ -29,6 +36,8 @@ typedef struct backend_params { /** the context parameter for the create intrinsic function */ void *create_intrinsic_ctx; + /** backend settings for if-conversion */ + const opt_if_conv_info_t *if_conv_info; } backend_params; /** @@ -70,7 +79,6 @@ void be_set_debug_retrieve(retrieve_dbg_func func); const char *be_retrieve_dbg_info(const dbg_info *dbg, unsigned *line); typedef struct _be_main_env_t be_main_env_t; -typedef struct _be_irg_t be_irg_t; typedef struct _be_options_t be_options_t; #endif /* _BE_MAIN_H */