changed type
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 21 Dec 2004 17:10:28 +0000 (17:10 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 21 Dec 2004 17:10:28 +0000 (17:10 +0000)
[r4708]

ir/ir/irarch.h

index 564b003..9d8ada8 100644 (file)
@@ -27,7 +27,7 @@ typedef struct {
   /* Div/Mod optimization */
   int allow_mulhs   : 1;        /**< Use the Mulhs operation for division by constant */
   int allow_mulhu   : 1;        /**< Use the Mulhu operation for division by constant */
-  unsigned max_bits_for_mulh;   /**< Maximum number of bits the Mulh operation can take.
+  int max_bits_for_mulh;        /**< Maximum number of bits the Mulh operation can take.
                                      Modes with higher amount of bits will use Mulh */
 } arch_dep_params_t;