fix mode_arithmetic return
authorMatthias Braun <matze@braunis.de>
Thu, 19 Jul 2007 19:06:36 +0000 (19:06 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 19 Jul 2007 19:06:36 +0000 (19:06 +0000)
[r15268]

include/libfirm/irmode.h

index 898bf9e..8e4488f 100644 (file)
@@ -195,7 +195,7 @@ int get_mode_size_bytes(const ir_mode *mode);
 int get_mode_sign(const ir_mode *mode);
 
 /** Returns the arithmetic of a mode */
-int get_mode_arithmetic(const ir_mode *mode);
+mode_arithmetic get_mode_arithmetic(const ir_mode *mode);
 
 /** Get the modulo shift attribute.
  *