From: Vladimir Makarov Date: Thu, 10 May 2012 19:59:29 +0000 (+0000) Subject: Fix typo in last Changelog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3af2e3b5b222b87032188da8fb05f3fcaa497d66;p=gcc.git Fix typo in last Changelog entry. From-SVN: r187374 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1809d7c2abe..43fc1b179f2 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