From: Michael Beck Date: Mon, 18 Jun 2007 19:02:16 +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=7af4110a7c1472c49abe6d06092bef0675d13877;p=libfirm removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14630] --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index a1453a8b2..d27cd2f45 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -206,7 +206,6 @@ int be_parse_arg(const char *arg) { static const backend_params be_params = { 0, /* 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 */