X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_x87.h;h=1498451b878fd5d0e463d90d9b41d9ddbd60a436;hb=276f180771de9545d65fcb973d145c980f37613a;hp=20d3546f1d9aead47b101b4e80a0a28792578e2f;hpb=8cb8fe7d9d69a9bd06365823d5d5f68d051f6db0;p=libfirm diff --git a/ir/be/ia32/ia32_x87.h b/ir/be/ia32/ia32_x87.h index 20d3546f1..1498451b8 100644 --- a/ir/be/ia32/ia32_x87.h +++ b/ir/be/ia32/ia32_x87.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -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 */