From: Michael Beck Date: Mon, 18 Jun 2007 19:00:40 +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=a177496eba1a6db042edd067f759034aa60092c4;p=libfirm removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14625] --- diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index 3c9537c76..d5f773de3 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -1888,7 +1888,6 @@ static const backend_params *ia32_get_libfirm_params(void) { static backend_params p = { 1, /* need dword lowering */ 1, /* support inline assembly */ - 1, /* prefer fastcall calling convention */ NULL, /* no additional opcodes */ NULL, /* will be set later */ ia32_create_intrinsic_fkt, @@ -1964,7 +1963,7 @@ static const lc_opt_table_entry_t ia32_options[] = { LC_OPT_ENT_NEGBIT("noimmop", "no operations with immediates", &ia32_isa_template.opt, IA32_OPT_IMMOPS), LC_OPT_ENT_NEGBIT("nopushargs", "do not create pushs for function arguments", &ia32_isa_template.opt, IA32_OPT_PUSHARGS), LC_OPT_ENT_ENUM_INT("gasmode", "set the GAS compatibility mode", &gas_var), - LC_OPT_ENT_NULL + LC_OPT_LAST }; const arch_isa_if_t ia32_isa_if = {