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
03b48071
Commit
03b48071
authored
Sep 10, 2008
by
Michael Beck
Browse files
fixed warning
[r21810]
parent
1b7ade9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/becopyheur4.c
View file @
03b48071
...
...
@@ -456,13 +456,13 @@ static int aff_chunk_absorb(co_mst_env_t *env, const ir_node *src, const ir_node
aff_chunk_t
*
c2
=
get_aff_chunk
(
env
,
tgt
);
#ifdef DEBUG_libfirm
DB
((
dbg
,
LEVEL_4
,
"Attempt to let c1 (id %u): "
,
c1
?
c1
->
id
:
-
1
));
DB
((
dbg
,
LEVEL_4
,
"Attempt to let c1 (id %u): "
,
c1
?
c1
->
id
:
0
));
if
(
c1
)
{
DBG_AFF_CHUNK
(
env
,
LEVEL_4
,
c1
);
}
else
{
DB
((
dbg
,
LEVEL_4
,
"{%+F}"
,
src
));
}
DB
((
dbg
,
LEVEL_4
,
"
\n\t
absorb c2 (id %u): "
,
c2
?
c2
->
id
:
-
1
));
DB
((
dbg
,
LEVEL_4
,
"
\n\t
absorb c2 (id %u): "
,
c2
?
c2
->
id
:
0
));
if
(
c2
)
{
DBG_AFF_CHUNK
(
env
,
LEVEL_4
,
c2
);
}
else
{
...
...
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