re PR tree-optimization/90626 (fold strcmp(a, b) == 0 to zero when one string length...
authorMartin Sebor <msebor@redhat.com>
Wed, 19 Jun 2019 21:46:09 +0000 (21:46 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Wed, 19 Jun 2019 21:46:09 +0000 (15:46 -0600)
commitc6f0626b11b25b4159489e4935086ea49d47c541
tree4a6346297af4baa3dc1e4fe640c59515e9f57299
parent1bf32c1141e230743f9248f7f7bf8aab91823df5
re PR tree-optimization/90626 (fold strcmp(a, b) == 0 to zero when one string length is exact and the other is unequal)

PR tree-optimization/90626

gcc/ChangeLog:
* tree-ssa-strlen.c (strxcmp_unequal): Fix typos.

From-SVN: r272487
gcc/ChangeLog
gcc/tree-ssa-strlen.c