Commit ed986827 by Ian Lance Taylor Committed by Ian Lance Taylor

* tree-vrp.c (extract_range_from_assert): Fix typo in comment.

From-SVN: r216605
parent cffb3a8a
2014-10-23 Ian Lance Taylor <iant@google.com>
* tree-vrp.c (extract_range_from_assert): Fix typo in comment.
2014-10-23 Ian Lance Taylor <iant@google.com>
* config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define.
2014-10-23 Jakub Jelinek <jakub@redhat.com>
......@@ -1718,7 +1718,7 @@ extract_range_from_assert (value_range_t *vr_p, tree expr)
/* Make sure to not set TREE_OVERFLOW on the final type
conversion. We are willingly interpreting large positive
unsigned values as negative singed values here. */
unsigned values as negative signed values here. */
min = force_fit_type (TREE_TYPE (var), wi::to_widest (min), 0, false);
max = force_fit_type (TREE_TYPE (var), wi::to_widest (max), 0, false);
......
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