Commit e797f7e1 by Richard Sandiford Committed by Richard Sandiford

i386.c (ix86_sol10_return_in_memory): Remove unused variables.

gcc/
	* config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
	variables.

From-SVN: r124183
parent 007bddf4
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> 2007-04-26 Jakub Jelinek <jakub@redhat.com>
PR c++/31598 PR c++/31598
......
...@@ -4380,7 +4380,7 @@ ix86_return_in_memory (tree type) ...@@ -4380,7 +4380,7 @@ ix86_return_in_memory (tree type)
int int
ix86_sol10_return_in_memory (tree type) ix86_sol10_return_in_memory (tree type)
{ {
int needed_intregs, needed_sseregs, size; int size;
enum machine_mode mode = type_natural_mode (type); enum machine_mode mode = type_natural_mode (type);
if (TARGET_64BIT) if (TARGET_64BIT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment