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
81b22833
Commit
81b22833
authored
Apr 10, 2010
by
Michael Beck
Browse files
Add missing debug module initialization ...
[r27372]
parent
9bc17768
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/tailrec.c
View file @
81b22833
...
...
@@ -722,6 +722,8 @@ void opt_tail_recursion(void)
int
n_opt_applications
=
0
;
ir_graph
*
irg
;
FIRM_DBG_REGISTER
(
dbg
,
"firm.opt.tailrec"
);
for
(
i
=
get_irp_n_irgs
()
-
1
;
i
>=
0
;
--
i
)
{
irg
=
get_irp_irg
(
i
);
...
...
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