mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 15:41:09 +08:00
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
This commit is contained in:
parent
007bddf4a8
commit
e797f7e150
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user