From dad1fdc095a50a4c28d3a415945b7ae58cfa5722 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 18:58:50 +0000 Subject: [PATCH] removed prefer fastcall: backends can now decide how to handle mtp_property_private methods [r14622] --- include/libfirm/be.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libfirm/be.h b/include/libfirm/be.h index 5213dd233..290b11790 100644 --- a/include/libfirm/be.h +++ b/include/libfirm/be.h @@ -46,8 +46,6 @@ typedef struct backend_params { unsigned do_dw_lowering:1; /** if set, the backend supports inline assembly */ unsigned support_inline_asm:1; - /** if set, the backend prefers fastcall convention over cdecl */ - unsigned prefer_fastcall:1; /** Additional opcodes settings. */ const arch_ops_info *arch_op_settings; -- 2.20.1