Fix ChangeLog PR number.

This commit is contained in:
Uros Bizjak 2020-07-16 16:37:04 +02:00
parent 3594ef5521
commit 866c5bfd9c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2020-07-15 Uroš Bizjak <ubizjak@gmail.com>
PR target/95355
PR target/96189
* config/i386/sync.md
(peephole2 to remove unneded compare after CMPXCHG): New pattern.

View file

@ -1,6 +1,6 @@
2020-07-15 Uroš Bizjak <ubizjak@gmail.com>
PR target/95355
PR target/96189
* gcc.target/i386/pr96189.c: New test.
2020-07-15 Nathan Sidwell <nathan@acm.org>