tree-vrp.c (set_value_range_to_nonnull): Declare inline.
commitb565d777838af4eea84460c8df8fcc081c5187d4
authorDiego Novillo <dnovillo@redhat.com>
Mon, 2 May 2005 22:54:37 +0000 (2 22:54 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 2 May 2005 22:54:37 +0000 (2 18:54 -0400)
tree6ba2e39d33af8f80765511949ee8498a48006adc
parenteeac8f6b3a358933cf095f7b690a229de9f07b85
tree-vrp.c (set_value_range_to_nonnull): Declare inline.

* tree-vrp.c (set_value_range_to_nonnull): Declare inline.
(set_value_range_to_null): Likewise.
(set_value_range_to_varying): New function.  Use it in all
call sites that used to call set_value_range (vr, VR_VARYING, ...).
(extract_range_from_assert): If the integral type has a
super-type, and LIMIT is not within MIN and MAX values of that
type, set the resulting range to VR_VARYING.

From-SVN: r99125
gcc/ChangeLog
gcc/tree-vrp.c