re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, c)…
re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, c) if c is known to be 0) PR tree-optimization/15738. * builtins.c (fold_builtin_strchr): Transform strrchr (s, '\0') to strchr (s, '\0'). From-SVN: r82572
Showing
Please
register
or
sign in
to comment