do not free the graph after emitting it (this should only change the peak memory...
[libfirm] / ir / be / ia32 / ia32_optimize.h
index 2b22071..aa4b8f5 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.
  *
@@ -50,4 +50,12 @@ void ia32_optimize_graph(ia32_code_gen_t *cg);
  */
 void ia32_peephole_optimization(ia32_code_gen_t *cg);
 
+/** Initialize the ia32 address mode optimizer. */
+void ia32_init_optimize(void);
+
+/**
+ * Creates an immediate node.
+ */
+ir_node *ia32_immediate_from_long(long val);
+
 #endif /* FIRM_BE_IA32_IA32_OPTIMIZE_H */