diff gcc/config/score/predicates.md @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children
line wrap: on
line diff
--- a/gcc/config/score/predicates.md	Tue May 25 18:58:51 2010 +0900
+++ b/gcc/config/score/predicates.md	Tue Mar 22 17:18:12 2011 +0900
@@ -1,5 +1,5 @@
 ;; Predicate definitions for Sunplus S+CORE.
-;; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
@@ -89,7 +89,6 @@
 {
   int count = XVECLEN (op, 0);
   int dest_regno;
-  rtx src_addr;
   int i;
 
   /* Perform a quick check so we don't blow up below.  */
@@ -100,7 +99,6 @@
     return 0;
 
   dest_regno = REGNO (SET_DEST (XVECEXP (op, 0, 0)));
-  src_addr = XEXP (SET_SRC (XVECEXP (op, 0, 0)), 0);
 
   for (i = 1; i < count; i++)
     {
@@ -124,7 +122,6 @@
 {
   int count = XVECLEN (op, 0);
   int src_regno;
-  rtx dest_addr;
   int i;
 
   /* Perform a quick check so we don't blow up below.  */
@@ -135,7 +132,6 @@
     return 0;
 
   src_regno = REGNO (SET_SRC (XVECEXP (op, 0, 0)));
-  dest_addr = XEXP (SET_DEST (XVECEXP (op, 0, 0)), 0);
 
   for (i = 1; i < count; i++)
     {