Implement binary emitter for Minus64Bit.
[libfirm] / ir / be / ia32 / ia32_x87.h
index 20d3546..1498451 100644 (file)
@@ -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.
  *
  * 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 */