* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 May 1998 17:26:14 +0000 (17:26 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 May 1998 17:26:14 +0000 (17:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19530 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sparc/sparc.c

index 0291caa..7038dbf 100644 (file)
@@ -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.
index 806ece4..bb72c08 100644 (file)
@@ -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];
        }
     }