From: Michael Beck Date: Mon, 18 Jun 2007 19:00:51 +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=a26ca1f856fa8be076bd42d9838929f26da72c6b;p=libfirm removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14626] --- diff --git a/ir/be/mips/bearch_mips.c b/ir/be/mips/bearch_mips.c index d1ea5ea67..f32a49ae2 100644 --- a/ir/be/mips/bearch_mips.c +++ b/ir/be/mips/bearch_mips.c @@ -1009,7 +1009,6 @@ static const backend_params *mips_get_libfirm_params(void) { static backend_params p = { 1, /* need dword lowering */ 0, /* don't support inlien assembler yet */ - 0, /* no different calling conventions */ NULL, /* no additional opcodes */ NULL, /* will be set later */ NULL, /* but yet no creator function */