X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fir%2Firtypes.h;h=79c3ed9eba795825616082b2805f5fdb441b0793;hb=11a2eb0c1ea4073251827dc7e2b34c5e1e04a4bc;hp=53e6b2032b63f519ee049dcc935fd5ff3ec0ee97;hpb=68a65bfe250e14635879932179477d038e04fbe4;p=libfirm diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index 53e6b2032..79c3ed9eb 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -156,7 +156,6 @@ typedef struct { /** Cond attributes. */ typedef struct { - cond_kind kind; /**< flavor of Cond */ long default_proj; /**< only for non-binary Conds: biggest Proj number, i.e. the one used for default. */ cond_jmp_predicate jmp_pred; /**< only for binary Conds: The jump predication. */ } cond_attr;