From: Vladimir Makarov Date: Fri, 23 Jan 2015 20:19:02 +0000 (+0000) Subject: Fix typo in the last changelog entry. X-Git-Tag: releases/gcc-5.1.0~1411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af955a5298ee443339b378fb2beb337150924f33;p=thirdparty%2Fgcc.git Fix typo in the last changelog entry. From-SVN: r220062 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 57d08a886bf5..7766c196a4c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,7 @@ PR target/64317 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo. - (mark_regno_live, process_bb_lives): Pass new paramater value to + (mark_regno_live, process_bb_lives): Pass new parameter value to make_hard_regno_born. 2015-01-23 Jakub Jelinek