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
7b4f1138
Commit
7b4f1138
authored
Feb 28, 2008
by
Michael Beck
Browse files
use set_nodes_block() instead of set_irn_n(*,-1,*)
[r17914]
parent
e93c2b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
7b4f1138
...
...
@@ -2988,7 +2988,7 @@ static ir_node *transform_bitwise_distributive(ir_node *n,
n
=
new_rd_And
(
dbgi
,
irg
,
blk
,
new_n
,
c
,
mode
);
}
else
{
n
=
exact_copy
(
a
);
set_
irn_n
(
n
,
-
1
,
blk
);
set_
nodes_block
(
n
,
blk
);
set_binop_left
(
n
,
new_n
);
set_binop_right
(
n
,
c
);
add_identities
(
current_ir_graph
->
value_table
,
n
);
...
...
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