aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-07-09 00:58:58 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-07-09 00:58:58 +0000
commit436bcda146cf914b1211274a158c1b4b9d2a68a2 (patch)
treee89c5a10ce968854f11df3bae4b7348c703ff6f9 /gcc/expr.c
parent6f3fcc0b836870626bcd358b236b8bfd78d22db8 (diff)
downloadgcc-436bcda146cf914b1211274a158c1b4b9d2a68a2.zip
gcc-436bcda146cf914b1211274a158c1b4b9d2a68a2.tar.gz
gcc-436bcda146cf914b1211274a158c1b4b9d2a68a2.tar.bz2
expr.c (MOVE_MAX_PIECES): Move from here...
* expr.c (MOVE_MAX_PIECES): Move from here... * defaults.h (MOVE_MAX_PIECES): ... to here. From-SVN: r69118
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 87ada15..6a30058 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -1425,17 +1425,6 @@ convert_modes (enum machine_mode mode, enum machine_mode oldmode, rtx x, int uns
return temp;
}
-/* This macro is used to determine what the largest unit size that
- move_by_pieces can use is. */
-
-/* MOVE_MAX_PIECES is the number of bytes at a time which we can
- move efficiently, as opposed to MOVE_MAX which is the maximum
- number of bytes we can move with a single instruction. */
-
-#ifndef MOVE_MAX_PIECES
-#define MOVE_MAX_PIECES MOVE_MAX
-#endif
-
/* STORE_MAX_PIECES is the number of bytes at a time that we can
store efficiently. Due to internal GCC limitations, this is
MOVE_MAX_PIECES limited by the number of bytes GCC can represent