OSDN Git Service

* config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Mar 2003 17:51:24 +0000 (17:51 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Mar 2003 17:51:24 +0000 (17:51 +0000)
        else clauses.

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

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

index 421f8c2..a63497e 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 5915e0a..ca99979 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