From: Michael Beck Date: Mon, 18 Jun 2007 18:58:02 +0000 (+0000) Subject: mtp_property_private added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e9810a27f8849dbe9223b5cf50a474e7c3168265;p=libfirm mtp_property_private added [r14621] --- diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index 48516e61c..57b5a3e5d 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -146,6 +146,8 @@ typedef enum { mtp_property_intrinsic = 0x00000040, /**< This method is intrinsic. It is expected that a lowering phase will remove all calls to it. */ mtp_property_runtime = 0x00000080, /**< This method represents a runtime routine. */ + mtp_property_private = 0x00000100, /**< All method invocations are known, the backend is free to + optimize the call in any possible way. */ mtp_property_inherited = (1<<31) /**< Internal. Used only in irg's, means property is inherited from type. */ } mtp_additional_property;