Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a66d762d
Commit
a66d762d
authored
Dec 02, 2015
by
yb9976
Browse files
Remove dead assignment.
parent
6b8d8740
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/iropt.c
View file @
a66d762d
...
...
@@ -3953,7 +3953,6 @@ static ir_node *transform_node_Mod(ir_node *n)
}
}
value
=
n
;
ir_tarval
*
tv
=
do_computed_value_Mod
(
a
,
b
);
ir_graph
*
irg
=
get_irn_irg
(
n
);
if
(
tarval_is_constant
(
tv
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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