aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@gcc.gnu.org>2017-05-31 23:09:41 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2017-05-31 23:09:41 +0200
commit4f14911c80fe5e57068a98bf8f65aef0a27a9494 (patch)
tree251e68c465fcefade5927f6e75227cc79d0f62df
parentba0ece3922d73beaac7cde3fb7ec9922c7535a3e (diff)
downloadgcc-4f14911c80fe5e57068a98bf8f65aef0a27a9494.zip
gcc-4f14911c80fe5e57068a98bf8f65aef0a27a9494.tar.gz
gcc-4f14911c80fe5e57068a98bf8f65aef0a27a9494.tar.bz2
Fix changelog of previous commit, the correct version is:
PR target/80618 * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the splitter result in the canonical way. From-SVN: r248764
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 77f617e..9c2628e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2017-05-31 Segher Boessenkool <segher@kernel.crashing.org>
PR target/80618
- * config/rs6000/rs6000.md (*vector_uneq<mode>): Write the nor in the
+ * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
splitter result in the canonical way.
2017-05-31 Uros Bizjak <ubizjak@gmail.com>