From: Michael Beck Date: Mon, 18 Jun 2007 19:01:21 +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=691a8a775c2f776fb3dc7c0678eeabed41830b92;p=libfirm removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14628] --- diff --git a/ir/be/TEMPLATE/bearch_TEMPLATE.c b/ir/be/TEMPLATE/bearch_TEMPLATE.c index 270ce4070..6eca71121 100644 --- a/ir/be/TEMPLATE/bearch_TEMPLATE.c +++ b/ir/be/TEMPLATE/bearch_TEMPLATE.c @@ -665,7 +665,6 @@ static const backend_params *TEMPLATE_get_backend_params(void) { static backend_params p = { 0, /* no dword lowering */ 0, /* no inline assembly */ - 0, /* no different calling conventions */ NULL, /* no additional opcodes */ NULL, /* will be set later */ NULL, /* no creator function */