X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbegnuas.h;h=12e2aa7695e8ecd7a9916e2aa63f20ae206248b1;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=45c05c250fb88f27a65d1e3df97146a5d035d2bd;hpb=fc1f5076debb6225fa652f6c28758350a7b5449d;p=libfirm diff --git a/ir/be/begnuas.h b/ir/be/begnuas.h index 45c05c250..12e2aa769 100644 --- a/ir/be/begnuas.h +++ b/ir/be/begnuas.h @@ -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