diff options
author | Martin Sebor <msebor@redhat.com> | 2019-06-19 21:46:09 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2019-06-19 15:46:09 -0600 |
commit | c6f0626b11b25b4159489e4935086ea49d47c541 (patch) | |
tree | 4a6346297af4baa3dc1e4fe640c59515e9f57299 /gcc/ChangeLog | |
parent | 1bf32c1141e230743f9248f7f7bf8aab91823df5 (diff) | |
download | gcc-c6f0626b11b25b4159489e4935086ea49d47c541.zip gcc-c6f0626b11b25b4159489e4935086ea49d47c541.tar.gz gcc-c6f0626b11b25b4159489e4935086ea49d47c541.tar.bz2 |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f868ba..5b67ad0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -12,6 +12,9 @@ 2019-06-19 Martin Sebor <msebor@redhat.com> PR tree-optimization/90626 + * tree-ssa-strlen.c (strxcmp_unequal): Fix typos. + + PR tree-optimization/90626 * tree-ssa-strlen.c (strxcmp_unequal): New function. (handle_builtin_string_cmp): Call it. |