+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>
/* 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)