From: Götz Lindenmaier Date: Wed, 15 Jun 2005 07:59:51 +0000 (+0000) Subject: new enum for convenience: easier to guess X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=85ba43a51bc3d75b705ec24cc7982824d03902d2;p=libfirm new enum for convenience: easier to guess [r6013] --- diff --git a/ir/ir/irnode.h b/ir/ir/irnode.h index 8da48aa00..cb654966e 100644 --- a/ir/ir/irnode.h +++ b/ir/ir/irnode.h @@ -468,6 +468,7 @@ void set_InstOf_obj (ir_node *node, ir_node *obj); */ typedef enum { pn_Call_M_regular = 0, /**< The memory result. */ + pn_Call_M = 0, /**< The memory result. */ pn_Call_T_result = 2, /**< The tuple containing all (0, 1, 2, ...) results */ pn_Call_P_value_res_base = 4,/**< A pointer to the memory region containing copied results passed by value (for compound result types). */