Panic when get_call_result_proj() does not find the Proj.
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index aa48fdc..a6ca03e 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       Handling of ia32 specific firm opcodes.
  * @author      Christian Wuerdig
- * @version     $Id$
  *
  * This file implements the creation of the achitecture specific firm opcodes
  * and the coresponding node constructors for the ia32 assembler irg.
@@ -49,6 +48,7 @@ enum {
        pn_ia32_mem   = 2
 };
 
+extern struct obstack opcodes_obst;
 
 /**
  * returns true if a node has x87 registers
@@ -265,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.
  */