aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-09-06 21:37:08 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-09-06 21:37:08 +0000
commitd17ce9af8611c228ab727a1afcc7ba327c600dc3 (patch)
tree2b045fd5db3a02aec227c68f5d1e0c5c6956c997 /gcc
parenta9a55844f90312b9e1f5ff5779fb692df8038129 (diff)
downloadgcc-d17ce9af8611c228ab727a1afcc7ba327c600dc3.zip
gcc-d17ce9af8611c228ab727a1afcc7ba327c600dc3.tar.gz
gcc-d17ce9af8611c228ab727a1afcc7ba327c600dc3.tar.bz2
(MOVE_MAX): Define as 4.
From-SVN: r2063
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/arm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index b6fad6c..7da4e6c 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -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.