X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firtypes.h;h=f400d5a36c3e6180ab1c41e7ec77214c4a32079a;hb=b597c7fd473086ca6374b2abbdf129f595c156d0;hp=da00d9fcb43740f84f3077bfb27800ce69462245;hpb=0b8424d61870271814e24634e50d6bed7a532ea3;p=libfirm diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index da00d9fcb..f400d5a36 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -510,10 +510,7 @@ struct ir_graph { #endif #ifndef NDEBUG - unsigned using_irn_visited : 1; /**< set to 1 if we are currently using the visited flag */ - unsigned using_block_visited : 1; /**< set to 1 if we are currently using the block_visited flag */ - unsigned using_irn_link : 1; /**< set to 1 if we are currently using the irn_link fields */ - unsigned using_block_mark : 1; /**< set to 1 if we are currently using the block mark flags */ + ir_resources_t reserved_resources; #endif };