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
cbb0abb6
Commit
cbb0abb6
authored
Dec 01, 2010
by
Matthias Braun
Browse files
callback typedef not needed anymore
[r28175]
parent
7fc5212e
Changes
1
Show whitespace changes
Inline
Side-by-side
include/libfirm/be.h
View file @
cbb0abb6
...
...
@@ -60,14 +60,6 @@ ENUM_BITSET(asm_constraint_flags_t)
*/
typedef
ir_node
*
(
create_trampoline_fkt
)(
ir_node
*
block
,
ir_node
*
mem
,
ir_node
*
trampoline
,
ir_node
*
env
,
ir_node
*
callee
);
/** callback where the backend performs required lowering for the target
* architecture. Typical examples are transforming doubleword operations into
* sequences of word operations. The callback should be invoked before the
* frontend, because it is usually a good idea to perform other optimisations
* after the lowering
*/
typedef
void
(
*
lower_for_target_func
)(
void
);
/**
* This structure contains parameters that should be
* propagated to the libFirm parameter set.
...
...
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