From: Uros Bizjak Date: Tue, 13 Nov 2012 17:08:13 +0000 (+0100) Subject: * ChangeLog: Fix my last entry. X-Git-Tag: releases/gcc-4.8.0~2035 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=397b971c95e0b3f0e866cb4d84cb02bd6268e4bd;p=thirdparty%2Fgcc.git * ChangeLog: Fix my last entry. From-SVN: r193481 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 864fc8f83d70..6ae499773a40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,9 @@ 2012-11-13 Uros Bizjak PR target/41993 - * mode-switching.c (create_pre_exit): Set return_copy to last_insn - when copy_start is a function return regno instead of pseudo. - Skip debug instructions in instruction scan loop. + * mode-switching.c (create_pre_exit): Set return_copy to last_insn if + copy_start is not a function return regno. Skip debug instructions + in instruction scan loop. 2012-11-13 Andrew Stubbs Ulrich Weigand