From: Michael Beck Date: Mon, 24 Oct 2005 16:00:38 +0000 (+0000) Subject: pointer parameter access field added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7d368abf5548edea55800067370f6faf4a31d438;p=libfirm pointer parameter access field added [r6794] --- 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 ---------------*/