remove symconst_type_tag
[libfirm] / include / libfirm / irmode.h
index 404c67a..cb26aca 100644 (file)
@@ -53,12 +53,9 @@ typedef enum ir_mode_arithmetic {
                                       to ieee754 floating point standard.  Only
                                       legal for modes of sort float_number. */
        irma_x86_extended_float,  /**< x86 extended floatingpoint values */
-       irma_max
+       irma_last = irma_x86_extended_float,
 } ir_mode_arithmetic;
 
-/** Returns the name of the arithmetic type. */
-FIRM_API const char *get_mode_arithmetic_name(ir_mode_arithmetic ari);
-
 /**
  * Creates a new mode.
  *