Correct ChangeLog entry
authorWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 26 Jul 2013 19:38:14 +0000 (19:38 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 26 Jul 2013 19:38:14 +0000 (19:38 +0000)
From-SVN: r201274

gcc/ChangeLog

index 7d980b383b455dde515ba9550a0a85237302b422..b2d6c300eb262f443dcbcfd1a29e376981b6db8c 100644 (file)
 2013-07-24  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
            Anton Blanchard <anton@au1.ibm.com>
 
-       * vector.md (vec_realign_load_<mode>): Reorder input operands to
-       vperm for little endian.
-       * rs6000.c (rs6000_expand_builtin): Use lvsr instead of lvsl to
-       create the control mask for a vperm for little endian.
+       * config/rs6000/vector.md (vec_realign_load_<mode>): Reorder input
+       operands to vperm for little endian.
+       * config/rs6000/rs6000.c (rs6000_expand_builtin): Use lvsr instead
+       of lvsl to create the control mask for a vperm for little endian.
 
 2013-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
            Anton Blanchard <anton@au1.ibm.com>