From 6b29ae0a81a4ce589df07ea725781be738b317bb Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 6 Jun 2007 09:34:20 +0000 Subject: [PATCH] removed ppc32_register_from_name() callback add prefer_fastcall [r14344] --- ir/be/ppc32/bearch_ppc32.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ir/be/ppc32/bearch_ppc32.c b/ir/be/ppc32/bearch_ppc32.c index aa590faf7..7676adbb6 100644 --- a/ir/be/ppc32/bearch_ppc32.c +++ b/ir/be/ppc32/bearch_ppc32.c @@ -887,14 +887,6 @@ static ir_graph **ppc32_get_irg_list(const void *self, ir_graph ***irg_list) { return NULL; } -/** - * Called by the frontend to encode a register name into a backend specific way - */ -static unsigned ppc32_register_from_name(const char *regname) { - /* NYI */ - return 0; -} - /** * Returns the libFirm configuration parameter for this backend. */ @@ -910,12 +902,12 @@ 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 */ NULL, /* context for create_intrinsic_fkt */ NULL, /* no if conversion settings */ - ppc32_register_from_name, /* register names */ }; p.dep_param = &ad; -- 2.20.1