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
e1e4bb33
Commit
e1e4bb33
authored
Feb 09, 2007
by
Christian Würdig
Browse files
adapted to new isa callback
parent
e57a540f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/bearch_arm.c
View file @
e1e4bb33
...
...
@@ -1094,6 +1094,13 @@ static const be_machine_t *arm_get_machine(const void *self) {
return
NULL
;
}
/**
* Return irp irgs in the desired order.
*/
static
ir_graph
**
arm_get_irg_list
(
const
void
*
self
,
ir_graph
**
irg_list
)
{
return
NULL
;
}
/**
* Returns the libFirm configuration parameter for this backend.
*/
...
...
@@ -1157,6 +1164,7 @@ const arch_isa_if_t arm_isa_if = {
arm_get_libfirm_params
,
arm_get_allowed_execution_units
,
arm_get_machine
,
arm_get_irg_list
,
};
void
be_init_arch_arm
(
void
)
...
...
Write
Preview
Markdown
is supported
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