Commit d17ce9af by Torbjorn Granlund

(MOVE_MAX): Define as 4.

From-SVN: r2063
parent a9a55844
...@@ -841,9 +841,8 @@ do \ ...@@ -841,9 +841,8 @@ do \
#define NO_RECURSIVE_FUNCTION_CSE 1 #define NO_RECURSIVE_FUNCTION_CSE 1
/* Max number of bytes we can move from memory to memory /* Max number of bytes we can move from memory to memory
in one reasonably fast instruction. in one reasonably fast instruction. */
On the ARM, there are no instructions which move memory to memory! */ #define MOVE_MAX 4
#define MOVE_MAX 0
/* Define if normal loads of shorter-than-word items from memory clears /* Define if normal loads of shorter-than-word items from memory clears
the rest of the bigs in the register. the rest of the bigs in the register.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment