* ChangeLog: Fix my last entry.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 13 Nov 2012 17:08:13 +0000 (18:08 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 13 Nov 2012 17:08:13 +0000 (18:08 +0100)
From-SVN: r193481

gcc/ChangeLog

index 864fc8f..6ae4997 100644 (file)
@@ -1,9 +1,9 @@
 2012-11-13  Uros Bizjak  <ubizjak@gmail.com>
 
        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  <ams@codesourcery.com>
            Ulrich Weigand  <ulrich.weigand@linaro.org>