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
7fa8db74
Commit
7fa8db74
authored
Feb 09, 2007
by
Christian Würdig
Browse files
adapted to new isa callback
parent
bedbee1b
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
7fa8db74
...
...
@@ -1887,6 +1887,13 @@ static const be_machine_t *ia32_get_machine(const void *self) {
return
isa
->
cpu
;
}
/**
* Return irp irgs in the desired order.
*/
static
ir_graph
**
ia32_get_irg_list
(
const
void
*
self
,
ir_graph
**
irg_list
)
{
return
NULL
;
}
/**
* Allows or disallows the creation of Psi nodes for the given Phi nodes.
* @return 1 if allowed, 0 otherwise
...
...
@@ -2047,6 +2054,7 @@ const arch_isa_if_t ia32_isa_if = {
ia32_get_libfirm_params
,
ia32_get_allowed_execution_units
,
ia32_get_machine
,
ia32_get_irg_list
,
};
void
be_init_arch_ia32
(
void
)
...
...
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