X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.h;h=fe10b8ba96e8b9278ddc93c643dc26c1f6bf86b4;hb=a92ff34e623ded0eb85277c1f37235947855dffb;hp=757b0f29dca4914c8e74a797db6ec3f06fb8787d;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/beirg.h b/ir/be/beirg.h index 757b0f29d..fe10b8ba9 100644 --- a/ir/be/beirg.h +++ b/ir/be/beirg.h @@ -6,13 +6,13 @@ * * Backend irg - a ir_graph with additional analysis information */ -#ifndef BEIRG_H_ -#define BEIRG_H_ +#ifndef BEIRG_H +#define BEIRG_H #include "belive.h" #include "bedomfront.h" -typedef struct _be_irg_t be_irg_t; +typedef struct be_irg_t be_irg_t; ir_graph *be_get_birg_irg(const be_irg_t *birg); @@ -24,6 +24,8 @@ void be_assure_dom_front(be_irg_t *birg); void be_invalidate_dom_front(be_irg_t *birg); be_dom_front_info_t *be_get_birg_dom_front(const be_irg_t *birg); +const arch_env_t *be_get_birg_arch_env(const be_irg_t *birg); + ir_exec_freq *be_get_birg_exec_freq(const be_irg_t *birg); /**