summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-03 16:00:55 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-03 16:00:55 +0000
commit0285f4abfe071745b30224316e4d315ff6f309e1 (patch)
tree6771abcc46e966cd076fcbc593867c843887c12e /gcc/ChangeLog
parent36ffeeafbbebe230ffd28285e6b2ec884ae97bee (diff)
downloadgcc-0285f4abfe071745b30224316e4d315ff6f309e1.tar.gz
* config/sparc/sparc.md (vec_interleave_lowv8qi): Delete.
(vec_interleave_highv8qi): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241822 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3a632556680..920d870a38a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-03 Eric Botcazou <ebotcazou@adacore.com>
+
+ * config/sparc/sparc.md (vec_interleave_lowv8qi): Delete.
+ (vec_interleave_highv8qi): Likewise.
+
2016-11-03 Martin Liska <mliska@suse.cz>
* profile.c (instrument_values): Fix coding style.