X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firtypes.h;h=df8915b44cc81e221a2b3b71bbc35e33c627adb6;hb=a999e1baedb84dc9b83059708699dac1c7fdb9a2;hp=481f24ffa56fbbe62153a25c47aa962aa91c6d34;hpb=34ba4cf5428e344224af2e4c31b2120cdd2fd12e;p=libfirm diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index 481f24ffa..df8915b44 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -93,7 +93,7 @@ struct ir_mode { int, float, reference ... (see irmode.h) */ mode_arithmetic arithmetic; /**< different arithmetic operations possible with a mode */ - int size; /**< size of the mode in Bits. */ + unsigned size; /**< size of the mode in Bits. */ unsigned sign:1; /**< signedness of this mode */ unsigned int modulo_shift; /**< number of bits a values of this mode will be shifted */ unsigned vector_elem; /**< if this is not equal 1, this is a vector mode with