From: Michael Beck Date: Mon, 18 Jun 2007 18:58:50 +0000 (+0000) Subject: removed prefer fastcall: backends can now decide how to handle mtp_property_private... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=dad1fdc095a50a4c28d3a415945b7ae58cfa5722;p=libfirm removed prefer fastcall: backends can now decide how to handle mtp_property_private methods [r14622] --- 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;