From 7d368abf5548edea55800067370f6faf4a31d438 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 24 Oct 2005 16:00:38 +0000 Subject: [PATCH] pointer parameter access field added [r6794] --- ir/tr/entity_t.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/tr/entity_t.h b/ir/tr/entity_t.h index 19b9d6fe2..f2a91228c 100644 --- a/ir/tr/entity_t.h +++ b/ir/tr/entity_t.h @@ -47,7 +47,7 @@ #include "mangle.h" #include "pseudo_irg.h" -/** A path in a compund graph. */ +/** A path in a compound graph. */ struct compound_graph_path { firm_kind kind; /**< dynamic type tag for compound graph path. */ type *tp; /**< The type this path belongs to. */ @@ -113,6 +113,7 @@ struct entity { graph flags if the irg of an entity is not known. */ unsigned irg_calling_conv; /**< If (type == method_type) this is a set of calling. convention flags if the irg of an entity is not known. */ + ptr_access_kind *param_access; /**< the parameter access */ /* ------------- fields for analyses ---------------*/ -- 2.20.1