rs6000.c (rs6000_variable_issue): Remove unnecessary else clauses.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 5 Mar 2003 17:51:24 +0000 (17:51 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 5 Mar 2003 17:51:24 +0000 (12:51 -0500)
        * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
        else clauses.

From-SVN: r63850

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 421f8c27e86f0e6012b12fbbffc9be2abf5c6bbf..a63497e346cfcdaf8d2ba46be734ffac5af049ac 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
+       else clauses.
+
 2003-03-05  Michael Matz  <matz@suse.de>
 
        * i386/i386.c (ix86_save_reg): Also test
index 5915e0a96231f14024d94eaa6f904428d0a920aa..ca99979e6f197f57c65ca96adb8e4f01469c9cbc 100644 (file)
@@ -12253,11 +12253,9 @@ rs6000_variable_issue (stream, verbose, insn, more)
               || type == TYPE_FPLOAD_U || type == TYPE_FPSTORE_U
               || type == TYPE_LOAD_EXT || type == TYPE_DELAYED_CR)
        return more > 2 ? more - 2 : 0;
-      else
-       return more - 1;
     }
-  else
-    return more - 1;
+
+  return more - 1;
 }
 
 /* Adjust the cost of a scheduling dependency.  Return the new cost of