Fix PR# in last commit
authorJeff Law <law@gcc.gnu.org>
Tue, 28 Mar 2017 03:30:35 +0000 (21:30 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 28 Mar 2017 03:30:35 +0000 (21:30 -0600)
From-SVN: r246518

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 10bb56b..1830d71 100644 (file)
@@ -1,6 +1,6 @@
 017-03-27  Jeff Law  <law@redhat.com>
 
-        PR tree-optimization/80162
+        PR tree-optimization/880216
        * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
        function name.  Limit recursion depth.
        (record_temporary_equivalences): Corresponding changes.
index 9c7f2cf..086be29 100644 (file)
@@ -1,6 +1,6 @@
 2017-03-27  Jeff Law  <law@redhat.com>
 
-       PR tree-optimization/80162
+       PR tree-optimization/80216
        * gcc.c-torture/compile/pr80216.c: New test.
 
 2017-03-27  Jakub Jelinek  <jakub@redhat.com>