http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48971
--- Comment #5 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2011-05-24 16:14:56 UTC --- Author: vmakarov Date: Tue May 24 16:14:51 2011 New Revision: 174123 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174123 Log: 2011-05-13 Vladimir Makarov <vmaka...@redhat.com> PR rtl-optimization/48971 * ira.c (setup_pressure_classes): Don't check register move cost for classes with one registers. Don't add pressure class if there is a pressure class with the same available hard registers. Check contains_reg_of_mode. Fix a typo in collecting temp_hard_regset. Ignore hard registers not belonging to a class. Modified: trunk/gcc/ChangeLog trunk/gcc/ira.c