From e9810a27f8849dbe9223b5cf50a474e7c3168265 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 18:58:02 +0000 Subject: [PATCH] mtp_property_private added [r14621] --- include/libfirm/typerep.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.20.1