From: vmakarov Date: Thu, 10 May 2012 19:59:29 +0000 (+0000) Subject: Fix typo in last Changelog entry. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0399122b0414d57e47ce424b515a3f51e34ad5c5;p=thirdparty%2Fgcc.git Fix typo in last Changelog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187374 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1809d7c2abee..43fc1b179f26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2012-05-10 Vladimir Makarov PR rtl-optimization/53125 - * ira.c (ira): Call find_moveable_pseudos or + * ira.c (ira): Call find_moveable_pseudos and move_unallocated_pseudos if only ira_conflicts_p is true. 2012-05-10 Uros Bizjak