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
950ea498
Commit
950ea498
authored
Feb 18, 2008
by
Michael Beck
Browse files
- fix fehler109.c:
do not exchange the Proj from Cmp, if it has more than one user this will fail ... [r17776]
parent
240301b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_dw.c
View file @
950ea498
...
...
@@ -1259,7 +1259,7 @@ static void lower_Cond(ir_node *node, ir_mode *mode, lower_env_t *env) {
ir_node
*
cmp
=
new_rd_Cmp
(
dbg
,
irg
,
block
,
or
,
new_Const_long
(
mode
,
0
));
ir_node
*
proj
=
new_r_Proj
(
irg
,
block
,
cmp
,
mode_b
,
pnc
);
exchange
(
sel
,
proj
);
set_Cond_selector
(
node
,
proj
);
return
;
}
}
...
...
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