CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/11/14 13:01:19
Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Do not bother reloading r1 from the stack in the epilogue, if it has not been clobbered (e.g. in leaf functions). While saving it helps debugging, reading it back is just useless in that case.