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
eee467d6
Commit
eee467d6
authored
Jan 11, 2007
by
Christian Würdig
Browse files
added comment
parent
38ec686a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.h
View file @
eee467d6
...
...
@@ -122,9 +122,16 @@ ir_type *be_abi_call_get_method_type(const be_abi_call_t *call);
be_abi_irg_t
*
be_abi_introduce
(
be_irg_t
*
bi
);
void
be_abi_fix_stack_bias
(
be_abi_irg_t
*
env
);
void
be_abi_fix_stack_nodes
(
be_abi_irg_t
*
env
,
be_lv_t
*
lv
);
void
be_abi_free
(
be_abi_irg_t
*
abi
);
/**
* Rewire all stack modifying nodes and their users to assure SSA property.
* @param env The abi
* @param lv Liveness object, so the liveness of changed and newly introduces nodes
* can be recomputed. Maybe NULL (no liveness information update then)
*/
void
be_abi_fix_stack_nodes
(
be_abi_irg_t
*
env
,
be_lv_t
*
lv
);
/**
* Put the registers which are forbidden specifically for this IRG in a bitset.
*/
...
...
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