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
f3e84222
Commit
f3e84222
authored
Mar 16, 2006
by
Sebastian Hack
Browse files
Added leaf function flag
parent
74e36002
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.h
View file @
f3e84222
...
...
@@ -19,6 +19,8 @@ struct _be_abi_call_flags_bits_t {
unsigned
try_omit_fp
:
1
;
/**< Try to omit the frame pointer. */
unsigned
fp_free
:
1
;
/**< The function can use any register as frame pointer. */
unsigned
call_has_imm
:
1
;
/**< A call can take the callee's address as an immediate. */
unsigned
irg_is_leaf
:
1
;
/**< 1
, if the IRG is a leaf function. */
};
union
_be_abi_call_flags_t
{
...
...
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