X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm_types.h;h=b794538c09b9c6cb1deae9ae8705c8965904b3c3;hb=fef8dc3eff6468d7d65485af8e1ac9884c504e1a;hp=f80ec158fa16711f0594385d3a20e3f40218e97d;hpb=919a667303f683831ca430e51a1eb32117affd4d;p=libfirm diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index f80ec158f..b794538c0 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -292,7 +292,7 @@ typedef enum mtp_additional_properties { /** the programmer recommends to inline the function */ mtp_property_inline_recommended = 1u << 13, /** stupid hack used by opt_funccall... */ - mtp_temporary = 1u << 31, + mtp_temporary = 1u << 14, } mtp_additional_properties; ENUM_BITSET(mtp_additional_properties)