diff options
Diffstat (limited to 'gnu/egcs/gcc/config')
-rw-r--r-- | gnu/egcs/gcc/config/m88k/m88k.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/config/m88k/m88k.c b/gnu/egcs/gcc/config/m88k/m88k.c index 8cb0b533139..a65933002dd 100644 --- a/gnu/egcs/gcc/config/m88k/m88k.c +++ b/gnu/egcs/gcc/config/m88k/m88k.c @@ -515,7 +515,6 @@ expand_block_move (dest_mem, src_mem, operands) block_move_sequence (operands[0], dest_mem, operands[1], src_mem, bytes, align, 0); -#if 0 /* XXX */ else if (constp && bytes <= best_from_align[target][align] && !TARGET_MEMCPY) block_move_no_loop (operands[0], dest_mem, operands[1], src_mem, bytes, align); @@ -524,7 +523,6 @@ expand_block_move (dest_mem, src_mem, operands) block_move_loop (operands[0], dest_mem, operands[1], src_mem, bytes, align); -#endif else { #ifdef TARGET_MEM_FUNCTIONS |