From: Götz Lindenmaier Date: Wed, 21 May 2003 07:13:23 +0000 (+0000) Subject: bugfix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c3f444124b88113050a5c9fc6389c004c07916c8;p=libfirm bugfix [r1239] --- diff --git a/ir/ir/irmode.h b/ir/ir/irmode.h index 2baca3418..c24bcff27 100644 --- a/ir/ir/irmode.h +++ b/ir/ir/irmode.h @@ -104,7 +104,7 @@ typedef enum { irma_none = 1, /**< For modes for which no representation is specified. These are modes of sort auxiliary, internal_boolean and character. */ - irma_twos_complement = 2 /**< Values of the mode are represented as two's complement. + irma_twos_complement = 2, /**< Values of the mode are represented as two's complement. Only legal for modes of sort int_number and reference. */ irma_ones_complement, /**< Values of the mode are represented as one's complement. Only legal for modes of sort int_number and reference. */