Mercurial > hg > CbC > CbC_gcc
comparison gcc/ira-emit.c @ 19:58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
author | kent@firefly.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 24 Sep 2009 13:21:57 +0900 |
parents | a06113de4d67 |
children | 77e2b8dfacca |
comparison
equal
deleted
inserted
replaced
18:33936f7f2835 | 19:58ad6c70ea60 |
---|---|
810 ira_load_cost += cost; | 810 ira_load_cost += cost; |
811 } | 811 } |
812 } | 812 } |
813 else | 813 else |
814 { | 814 { |
815 cost = ira_register_move_cost[mode][cover_class][cover_class] * freq; | 815 cost = (ira_get_register_move_cost (mode, cover_class, cover_class) |
816 * freq); | |
816 ira_shuffle_cost += cost; | 817 ira_shuffle_cost += cost; |
817 } | 818 } |
818 ira_overall_cost += cost; | 819 ira_overall_cost += cost; |
819 } | 820 } |
820 result = get_insns (); | 821 result = get_insns (); |