From: Vladimir Makarov Date: Wed, 17 Dec 2014 21:29:01 +0000 (+0000) Subject: Fix typo in changelog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=113050e74b0e4eda5748d4d3008ac7ac5e73e13e;p=gcc.git Fix typo in changelog. From-SVN: r218836 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aef7f045b36..87940a24a4e 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