From: Michael Beck Date: Wed, 6 Jun 2007 09:36:07 +0000 (+0000) Subject: added prefer_fastcall X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a56bfd0b4f52734a1f291b50daa7fd46db4df544;p=libfirm added prefer_fastcall [r14347] --- diff --git a/ir/be/firm/bearch_firm.c b/ir/be/firm/bearch_firm.c index 45e97d7fe..04c188cd6 100644 --- a/ir/be/firm/bearch_firm.c +++ b/ir/be/firm/bearch_firm.c @@ -661,7 +661,8 @@ static const backend_params *firm_get_libfirm_params(void) { }; static backend_params p = { 1, /* need dword lowering */ - 0, /* don't support inlien assembler yet */ + 0, /* don't support inline assembler yet */ + 0, /* don't support different calling conventions */ NULL, /* no additional opcodes */ NULL, /* will be set later */ NULL, /* no creator function */