make unique types/entities part of irprog
[libfirm] / ir / be / begnuas.h
index 45c05c2..12e2aa7 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       Dumps global variables and constants as gas assembler.
  * @author      Christian Wuerdig, Matthias Braun
  * @date        04.11.2005
- * @version     $Id$
  */
 #ifndef FIRM_BE_BEGNUAS_H
 #define FIRM_BE_BEGNUAS_H
@@ -129,7 +128,8 @@ typedef ir_node* (*get_cfop_target_func)(const ir_node *cfop);
 /**
  * Emits a jump table for switch operations
  */
-void emit_jump_table(const ir_node *node, long default_pn, ir_entity *table,
-                     get_cfop_target_func get_cfop_target);
+void be_emit_jump_table(const ir_node *node, const ir_switch_table *table,
+                        ir_entity *entity,
+                        get_cfop_target_func get_cfop_target);
 
 #endif