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
ea64ddab
Commit
ea64ddab
authored
Mar 30, 2006
by
Christian Würdig
Browse files
wrapped debugging modules with DEBUG_ONLY
parent
0ed1fdbf
Changes
41
Hide whitespace changes
Inline
Side-by-side
ir/be/ppc32/ppc32_transform_conv.c
View file @
ea64ddab
...
...
@@ -208,7 +208,7 @@ void finalize_block(ppc32_code_gen_t *cgenv)
tenv
.
block
=
current_block
;
tenv
.
irg
=
current_ir_graph
;
tenv
.
mod
=
cgenv
->
mod
;
DEBUG_ONLY
(
tenv
.
mod
=
cgenv
->
mod
;
)
memory
=
get_irg_no_mem
(
current_ir_graph
);
for
(
i
=
0
;
i
<
attr
->
conv_count
;
i
++
)
...
...
@@ -360,7 +360,7 @@ void ppc32_conv_walk(ir_node *node, void *env) {
}
tenv
.
irg
=
current_ir_graph
;
tenv
.
mod
=
cgenv
->
mod
;
DEBUG_ONLY
(
tenv
.
mod
=
cgenv
->
mod
;
)
if
(
code
==
iro_Conv
)
{
...
...
@@ -456,7 +456,7 @@ void ppc32_pretransform_walk(ir_node *node, void *env) {
}
tenv
.
irg
=
current_ir_graph
;
tenv
.
mod
=
cgenv
->
mod
;
DEBUG_ONLY
(
tenv
.
mod
=
cgenv
->
mod
;
)
if
(
code
==
iro_Const
||
code
==
iro_SymConst
)
{
...
...
Prev
1
2
3
Next
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