From: vmakarov Date: Wed, 17 Dec 2014 21:29:01 +0000 (+0000) Subject: Fix typo in changelog. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d6ebf1ba69aa176eab561c1024aa55813352034;p=thirdparty%2Fgcc.git Fix typo in changelog. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218836 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aef7f045b36a..87940a24a4e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,8 @@ 2014-12-17 Vladimir Makarov - * lra-constrints.c (process_alt_operands): Remove non allocatable - hard regs when considering ira_prohibited_class_mode_regs. + * lra-constraints.c (process_alt_operands): Remove non + allocatable hard regs when considering + ira_prohibited_class_mode_regs. 2014-12-17 Jan Hubicka