X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fia32%2Fia32_x87.h;h=1498451b878fd5d0e463d90d9b41d9ddbd60a436;hb=276f180771de9545d65fcb973d145c980f37613a;hp=c9da0db09d19f794bb512c3bf942a24757c6efa8;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/ia32/ia32_x87.h b/ir/be/ia32/ia32_x87.h index c9da0db09..1498451b8 100644 --- a/ir/be/ia32/ia32_x87.h +++ b/ir/be/ia32/ia32_x87.h @@ -35,11 +35,15 @@ * Replaces all virtual floating point instructions and registers * by real ones. * - * @param env architecture environment * @param birg the graph to simulate and patch * - * Registers must be allocated. Needs a block-schedule. + * Registers must be allocated. */ -void x87_simulate_graph(const arch_env_t *env, be_irg_t *birg); +void x87_simulate_graph(be_irg_t *birg); + +/** + * Initializes the x87 simulator. + */ +void ia32_init_x87(void); #endif /* FIRM_BE_IA32_IA32_X87_H */