mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 05:59:33 +08:00
* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
From-SVN: r19530
This commit is contained in:
parent
a4cbe801b3
commit
9ed5dc544a
@ -1,3 +1,7 @@
|
||||
Mon May 4 17:25:17 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
|
||||
|
||||
Sun May 3 23:57:25 1998 Robert Lipe <robertl@dgii.com>
|
||||
|
||||
Make UnixWare 7 bootstrap support work with final shipping product.
|
||||
|
@ -2399,7 +2399,7 @@ output_move_quad (operands)
|
||||
/* Do the loads in the right order; can't overwrite our address
|
||||
register. */
|
||||
use_ldx = TARGET_ARCH64 && !FP_REG_P (reg);
|
||||
return mov_by_64[!load_late_half[0]][mem != op1][use_ldx];
|
||||
return mov_by_64[!load_late_half[0]][mem == op1][use_ldx];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user