X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_x87.h;h=44aeeb2c30d86cd62967938e4ff31c122592f015;hb=4c875e72735d6f438c64a9e0d8de71a5ceb838c8;hp=20d3546f1d9aead47b101b4e80a0a28792578e2f;hpb=8cb8fe7d9d69a9bd06365823d5d5f68d051f6db0;p=libfirm diff --git a/ir/be/ia32/ia32_x87.h b/ir/be/ia32/ia32_x87.h index 20d3546f1..44aeeb2c3 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,10 @@ * 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); #endif /* FIRM_BE_IA32_IA32_X87_H */