- C99 feature removed
[libfirm] / include / libfirm / irmode.h
index 3d6db30..2d619d4 100644 (file)
@@ -123,6 +123,8 @@ typedef enum ir_mode_arithmetic {
        irma_max
 } ir_mode_arithmetic;
 
+/** Returns the name of the arithmetic type. */
+const char *get_mode_arithmetic_name(ir_mode_arithmetic ari);
 
 /* ********** Constructor for user defined modes **************** */
 /**