X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_x87.h;h=9c2d31e5ecab608d46342e8012f52ab5d991d38a;hb=15ad7ccd8dff64e1808e1d093d4a8d7cda5af33e;hp=c9da0db09d19f794bb512c3bf942a24757c6efa8;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/ia32/ia32_x87.h b/ir/be/ia32/ia32_x87.h index c9da0db09..9c2d31e5e 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 + * @param irg 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 ia32_x87_simulate_graph(ir_graph *irg); -#endif /* FIRM_BE_IA32_IA32_X87_H */ +/** + * Initializes the x87 simulator. + */ +void ia32_init_x87(void); + +#endif