CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/05/08 09:17:15
Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.md Log message: In block_move_sequence(), use emit_move_insn() instead of rolling our own incomplete equivalent. The ugly BLK<->{QI,HI,SI,DI} load and store insns in m88k.md can thus get removed, and there was much rejoicing (as well as fewer warnings when building).