X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firtypes.h;h=ac57335dd4b99b156949abd92d708636c7140cb2;hb=b4647d67ab7885d5da32c2a30242fbc4ed93d81b;hp=7b7caf11156fc21faa5bc7ac1deca7cc8f88d5a6;hpb=1904be1476fab95c3f09c622f9718bb44b6aae6c;p=libfirm diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index 7b7caf111..ac57335dd 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -112,12 +112,12 @@ struct ir_mode { of all bits and must be dividable by vector_elem */ /* ----------------------------------------------------------------------- */ - tarval *min; /**< the minimum value that can be expressed */ - tarval *max; /**< the maximum value that can be expressed */ - tarval *null; /**< the value 0 */ - tarval *one; /**< the value 1 */ - tarval *minus_one; /**< the value -1 */ - tarval *all_one; /**< the value ~0 */ + ir_tarval *min; /**< the minimum value that can be expressed */ + ir_tarval *max; /**< the maximum value that can be expressed */ + ir_tarval *null; /**< the value 0 */ + ir_tarval *one; /**< the value 1 */ + ir_tarval *minus_one; /**< the value -1 */ + ir_tarval *all_one; /**< the value ~0 */ ir_mode *eq_signed; /**< For pointer modes, the equivalent signed integer one. */ ir_mode *eq_unsigned; /**< For pointer modes, the equivalent unsigned integer one. */ void *link; /**< To store some intermediate information */ @@ -172,8 +172,8 @@ typedef struct { } cond_attr; /** Const attributes. */ -typedef struct { - tarval *tarval; /**< the target value */ +typedef struct const_attr { + ir_tarval *tarval; /**< the target value */ } const_attr; /** SymConst attributes. */