From: William Schmidt Date: Fri, 26 Jul 2013 19:38:14 +0000 (+0000) Subject: Correct ChangeLog entry X-Git-Tag: releases/gcc-4.9.0~4812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5860fd3d10dd3ca71be7e18f158cf2098c0200b;p=thirdparty%2Fgcc.git Correct ChangeLog entry From-SVN: r201274 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d980b383b45..b2d6c300eb26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -130,10 +130,10 @@ 2013-07-24 Bill Schmidt Anton Blanchard - * vector.md (vec_realign_load_): 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_): 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 Anton Blanchard