OSDN Git Service

* config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 20:14:44 +0000 (20:14 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 20:14:44 +0000 (20:14 +0000)
unreachable code.

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

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

index 86a07c9..35afeb5 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 e0586a1..dd46dbd 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: