get_Call_n_params: use int for consistency
[libfirm] / ir / be / sparc / sparc_nodes_attr.h
index 1f553fc..d5572e6 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   attributes attached to all sparc nodes
  * @author  Hannes Rapp, Matthias Braun
- * @version $Id$
  */
 #ifndef FIRM_BE_SPARC_SPARC_NODES_ATTR_H
 #define FIRM_BE_SPARC_SPARC_NODES_ATTR_H
@@ -92,9 +91,9 @@ struct sparc_jmp_cond_attr_t {
  */
 typedef struct sparc_switch_jmp_attr_t sparc_switch_jmp_attr_t;
 struct sparc_switch_jmp_attr_t {
-       sparc_attr_t  base;    /**< generic attribute */
-       long          default_proj_num;
-       ir_entity    *jump_table;
+       sparc_attr_t           base;
+       const ir_switch_table *table;
+       ir_entity             *table_entity;
 };
 
 #endif