m68hc11.c (m68hc11_rtx_costs): Remove unreachable code.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 16 Jun 2003 20:14:44 +0000 (20:14 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 Jun 2003 20:14:44 +0000 (20:14 +0000)
* config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
unreachable code.

From-SVN: r68036

gcc/ChangeLog
gcc/config/m68hc11/m68hc11.c

index 86a07c964f7607df3a4604471710c94f8da81c80..35afeb5b7de700bfa2c8587a7ad04b0410c7db2e 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
+       unreachable code.
+
 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
index e0586a1cae5e3ee5534088d44f4c5a3b75f09e1d..dd46dbde03e383af429c203127d2f281d03c06c0 100644 (file)
@@ -5631,9 +5631,6 @@ m68hc11_rtx_costs (x, code, outer_code, total)
        *total = 0;
       return true;
     
-       if (outer_code == SET)
-        *total = 1 - reload_completed;
-
     case ROTATE:
     case ROTATERT:
     case ASHIFT: