From 5a6a8c5dca54086b4936945c327826ccc94d99d0 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 19:01:04 +0000 Subject: [PATCH] removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14627] --- ir/be/ppc32/bearch_ppc32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/ppc32/bearch_ppc32.c b/ir/be/ppc32/bearch_ppc32.c index d09f82758..500259ea6 100644 --- a/ir/be/ppc32/bearch_ppc32.c +++ b/ir/be/ppc32/bearch_ppc32.c @@ -902,7 +902,6 @@ static const backend_params *ppc32_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 */ -- 2.20.1