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
ee5d05db
Commit
ee5d05db
authored
Apr 07, 2008
by
Michael Beck
Browse files
issue a debug output when inlining
[r19166]
parent
491fdd6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_inline.c
View file @
ee5d05db
...
...
@@ -842,6 +842,8 @@ int inline_method(ir_node *call, ir_graph *called_graph) {
if
(
!
can_inline
(
call
,
called_graph
))
return
0
;
DB
((
dbg
,
SET_LEVEL_1
,
"Inlining %+F(%+F) into %+F
\n
"
,
call
,
called_graph
,
current_ir_graph
));
/* -- Turn off optimizations, this can cause problems when allocating new nodes. -- */
rem_opt
=
get_opt_optimize
();
set_optimize
(
0
);
...
...
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