gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Apr 2007 10:43:39 +0000 (10:43 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Apr 2007 10:43:39 +0000 (10:43 +0000)
* config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
variables.

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

gcc/ChangeLog
gcc/config/i386/i386.c

index bc48621..ddfdbfd 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-26  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
+       variables.
+
 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/31598
index adc2be7..51f46ed 100644 (file)
@@ -4380,7 +4380,7 @@ ix86_return_in_memory (tree type)
 int 
 ix86_sol10_return_in_memory (tree type)
 {
-  int needed_intregs, needed_sseregs, size;
+  int size;
   enum machine_mode mode = type_natural_mode (type);
 
   if (TARGET_64BIT)