(MOVE_MAX): Define as 4.
authorTorbjorn Granlund <tege@gnu.org>
Sun, 6 Sep 1992 21:37:08 +0000 (21:37 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Sun, 6 Sep 1992 21:37:08 +0000 (21:37 +0000)
From-SVN: r2063

gcc/config/arm/arm.h

index b6fad6cbb0785b091c82ebb37a4aab59d5cab923..7da4e6c923f006b54afb58068c6b0422e9dea619 100644 (file)
@@ -841,9 +841,8 @@ do \
 #define NO_RECURSIVE_FUNCTION_CSE 1
 
 /* Max number of bytes we can move from memory to memory
-   in one reasonably fast instruction.
-   On the ARM, there are no instructions which move memory to memory!  */
-#define MOVE_MAX  0
+   in one reasonably fast instruction.  */
+#define MOVE_MAX 4
 
 /* Define if normal loads of shorter-than-word items from memory clears
    the rest of the bigs in the register.