From 691a8a775c2f776fb3dc7c0678eeabed41830b92 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 19:01:21 +0000 Subject: [PATCH] removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14628] --- ir/be/TEMPLATE/bearch_TEMPLATE.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.20.1