Commit cd09e219 by Martin Liska Committed by Martin Liska

Remove an unused variable.

2017-05-04  Martin Liska  <mliska@suse.cz>

	* tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
	variable cond_code.

From-SVN: r247583
parent 010b1cc0
2017-05-04 Martin Liska <mliska@suse.cz>
* tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
variable cond_code.
2017-05-04 Richard Biener <rguenther@suse.de> 2017-05-04 Richard Biener <rguenther@suse.de>
* tree.c (array_at_struct_end_p): Handle arrays at struct * tree.c (array_at_struct_end_p): Handle arrays at struct
......
...@@ -9643,7 +9643,6 @@ simplify_cond_using_ranges_2 (gcond *stmt) ...@@ -9643,7 +9643,6 @@ simplify_cond_using_ranges_2 (gcond *stmt)
{ {
tree op0 = gimple_cond_lhs (stmt); tree op0 = gimple_cond_lhs (stmt);
tree op1 = gimple_cond_rhs (stmt); tree op1 = gimple_cond_rhs (stmt);
enum tree_code cond_code = gimple_cond_code (stmt);
/* If we have a comparison of an SSA_NAME (OP0) against a constant, /* If we have a comparison of an SSA_NAME (OP0) against a constant,
see if OP0 was set by a type conversion where the source of see if OP0 was set by a type conversion where the source of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment