From a10ce6def745f304d9c970efb92cdde7b411f96e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 28 Nov 2005 17:23:14 +0000 Subject: [PATCH] get_default_cc_mask() added [r6991] --- ir/tr/type.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/tr/type.h b/ir/tr/type.h index e3360fea5..7a93ce9a9 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -814,6 +814,9 @@ typedef enum { in a special way. */ } calling_convention; +/** return the default calling convention for method types */ +unsigned get_default_cc_mask(void); + /** * check for the CDECL calling convention */ -- 2.20.1