From: Andrew Macleod Date: Fri, 6 Apr 2018 13:24:52 +0000 (+0000) Subject: if we dont get a value for path_range_of_stmt, use range of type X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d9033d6205532e18866b29e5e330dfc909eb893;p=thirdparty%2Fgcc.git if we dont get a value for path_range_of_stmt, use range of type From-SVN: r259171 --- diff --git a/gcc/ssa-range.c b/gcc/ssa-range.c index c185a9c51a6a..58595e419bba 100644 --- a/gcc/ssa-range.c +++ b/gcc/ssa-range.c @@ -297,7 +297,7 @@ path_ranger::path_range_edge (irange& r, tree name, edge e) { /* If it is in this block, evaluate it. */ if (!path_range_stmt (r, stmt)) - return false; + r.set_range (name); } else /* The name comes from outside this block, so evaluate it's value on