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
2a78dbfb
Commit
2a78dbfb
authored
Apr 06, 2009
by
Michael Beck
Browse files
- use firm debug facility instead of printf()
- indentation - cleanup [r25796]
parent
ea6082e2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
include/libfirm/rta.h
View file @
2a78dbfb
...
...
@@ -48,10 +48,9 @@
/**
* Initialise the RTA data structures and perform RTA.
*
* @param do_verbose If == 1, print statistics, if > 1, chatter about every detail
* Expects that all allocations are done by Alloc nodes.
*/
void
rta_init
(
int
do_verbose
);
void
rta_init
(
void
);
/**
* Delete all graphs that have been found to be dead.
...
...
ir/ana/rta.c
View file @
2a78dbfb
This diff is collapsed.
Click to expand it.
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