X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Ffirmstat_t.h;h=a344186b02986dcc122d3f1fa0d0e1b9ad4160d6;hb=45ecc187cee7107c83c1f9618a1e1e586df73644;hp=5757f9ca7a5698635cd36ebfa81b29468a870713;hpb=602a065664be1be0038b551da457ce228207a80b;p=libfirm diff --git a/ir/stat/firmstat_t.h b/ir/stat/firmstat_t.h index 5757f9ca7..a344186b0 100644 --- a/ir/stat/firmstat_t.h +++ b/ir/stat/firmstat_t.h @@ -167,6 +167,7 @@ typedef struct _graph_entry_t { unsigned is_leaf_call:2; /**< set, if this irg calls only leaf functions */ unsigned is_recursive:1; /**< set, if this irg has recursive calls */ unsigned is_chain_call:1; /**< set, if this irg is a chain call */ + unsigned is_strict:1; /**< set, if this irg represents a strict program */ unsigned is_analyzed:1; /**< helper: set, if this irg was already analysed */ } graph_entry_t;