Commit 911ce7b5 by Jeff Law Committed by Jeff Law

* gimple-fold.c (get_range_strlen): Remove dead code.

From-SVN: r264788
parent 6c4aa5f6
2018-10-02 Jeff Law <law@redhat.com>
* gimple-fold.c (get_range_strlen): Remove dead code.
2018-10-02 Martin Sebor <msebor@redhat.com>
Jeff Law <law@redhat.com>
......@@ -1345,14 +1345,7 @@ get_range_strlen (tree arg, tree length[2], bitmap *visited, int type,
/* If we potentially had a non-terminated string, then
bubble that information up to the caller. */
if (!val)
{
*nonstr = data.decl;
/* If TYPE is asking for a maximum, then use any
length (including the length of an unterminated
string) for VAL. */
if (type == 2)
val = data.len;
}
*nonstr = data.decl;
}
if (!val && fuzzy)
......
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