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
e44bf3b2
Commit
e44bf3b2
authored
Sep 03, 2014
by
yb9976
Browse files
Removed redundant computation.
parent
df624352
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
e44bf3b2
...
...
@@ -4460,7 +4460,6 @@ absorb:;
if
(
is_Not
(
a
)
&&
is_Not
(
b
)
&&
(
only_one_user
(
a
)
||
only_one_user
(
b
)))
{
/* ~a & ~b = ~(a|b) */
ir_node
*
block
=
get_nodes_block
(
n
);
ir_mode
*
mode
=
get_irn_mode
(
n
);
a
=
get_Not_op
(
a
);
b
=
get_Not_op
(
b
);
...
...
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