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
19456b32
Commit
19456b32
authored
Nov 07, 2011
by
Andreas Zwinkau
Browse files
Add missing external function implementations
parent
cca7bc43
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irprog.c
View file @
19456b32
...
...
@@ -493,6 +493,18 @@ ident *get_irp_asm(size_t pos)
return
irp
->
global_asms
[
pos
];
}
/** Return whether optimization dump vcg graphs */
int
(
get_irp_optimization_dumps
)(
void
)
{
return
get_irp_optimization_dumps_
();
}
/** Enable vcg dumping of optimization */
void
(
enable_irp_optimization_dumps
)(
void
)
{
enable_irp_optimization_dumps_
();
}
#ifndef NDEBUG
void
irp_reserve_resources
(
ir_prog
*
irp
,
irp_resources_t
resources
)
{
...
...
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