Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
97c6f466
Commit
97c6f466
authored
Jun 06, 2007
by
Michael Beck
Browse files
removed mips_register_from_name() callback
add prefer_fastcall [r14345]
parent
6b29ae0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/mips/bearch_mips.c
View file @
97c6f466
...
...
@@ -935,14 +935,6 @@ static ir_graph **mips_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
mips_register_from_name
(
const
char
*
regname
)
{
/* NYI */
return
0
;
}
/**
* Returns the libFirm configuration parameter for this backend.
*/
...
...
@@ -958,12 +950,12 @@ 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 */
NULL
,
/* context for create_intrinsic_fkt */
NULL
,
/* no if conversion settings */
mips_register_from_name
,
/* register names */
};
p
.
dep_param
=
&
ad
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment