From 85ba43a51bc3d75b705ec24cc7982824d03902d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 15 Jun 2005 07:59:51 +0000 Subject: [PATCH] new enum for convenience: easier to guess [r6013] --- ir/ir/irnode.h | 1 + 1 file changed, 1 insertion(+) 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). */ -- 2.20.1