OSDN Git Service

PR target/41653
authorcarrot <carrot@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Apr 2010 09:27:44 +0000 (09:27 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:51:43 +0000 (09:51 +0900)
        * config/arm/arm.c (thumb1_size_rtx_costs): New function.
        (arm_size_rtx_costs): Call the new function when optimized for size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158110 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 7e08006..94860fa 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-08  Wei Guozhi  <carrot@google.com>
+
+       PR target/41653
+       * config/arm/arm.c (thumb1_size_rtx_costs): New function.
+       (arm_size_rtx_costs): Call the new function when optimized for size.
+
 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/43670