]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ChangeLog: Correct PR classification.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jan 2019 20:51:25 +0000 (20:51 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jan 2019 20:51:25 +0000 (20:51 +0000)
* testsuite/ChangeLog: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268250 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 915d32ef0ce3043964ffd8f1d5da687f62b80887..adcea9c06ed21c7dd3a419ec22bf72ae76e82941 100644 (file)
@@ -1,6 +1,6 @@
 2019-01-24  Uroš Bizjak  <ubizjak@gmail.com>
 
-       PR target/88948
+       PR rtl-optimization/88948
        * rtl.h (prepare_copy_insn): New prototype.
        * gcse.c (prepare_copy_insn): New function, split out from
        process_insert_insn.
index e7ac88c3ca0e869c5f43a93c46a5d58bc745ed60..55dcd7469a64b648e5aeefbb64a0f21c33da3654 100644 (file)
@@ -1,6 +1,6 @@
 2019-01-24  Uroš Bizjak  <ubizjak@gmail.com>
 
-       PR target/88948
+       PR rtl-optimization/88948
        * gcc.target/i386/pr88948.c: New test.
 
 2019-01-24  Jakub Jelinek  <jakub@redhat.com>