fix warning
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 67d57d8..a6ca03e 100644 (file)
@@ -48,6 +48,7 @@ enum {
        pn_ia32_mem   = 2
 };
 
+extern struct obstack opcodes_obst;
 
 /**
  * returns true if a node has x87 registers
@@ -264,12 +265,6 @@ unsigned get_ia32_copyb_size(const ir_node *node);
  */
 unsigned get_ia32_latency(const ir_node *node);
 
-
-/**
- * Get the list of available execution units.
- */
-const be_execution_unit_t ***get_ia32_exec_units(const ir_node *node);
-
 /**
  * Get the exception label attribute.
  */