diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-07 22:33:24 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-07 22:33:24 -0700 |
commit | 2eef2ef1e8c33e55f98ae259956fa93057b205fb (patch) | |
tree | 891259bcdeb18eab5a7fa108842642ba252640d6 /gcc | |
parent | ea3fa5f72bb8726d9fb4f03aa8bcf59b263b2d71 (diff) | |
download | gcc-2eef2ef1e8c33e55f98ae259956fa93057b205fb.zip gcc-2eef2ef1e8c33e55f98ae259956fa93057b205fb.tar.gz gcc-2eef2ef1e8c33e55f98ae259956fa93057b205fb.tar.bz2 |
*** empty log message ***
From-SVN: r709
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 10f7b0e..2578fda 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -1190,7 +1190,7 @@ extern struct rtx_def *legitimize_pic_address (); /* Max number of bytes we can move from memory to memory in one reasonably fast instruction. */ -#define MOVE_MAX 4 +#define MOVE_MAX 8 /* Define if normal loads of shorter-than-word items from memory clears the rest of the bigs in the register. */ |