diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2012-11-13 18:08:13 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-11-13 18:08:13 +0100 |
commit | 397b971c95e0b3f0e866cb4d84cb02bd6268e4bd (patch) | |
tree | 08d6e0aef799258bb3a3e48af306e8f8c3049359 /gcc | |
parent | ffbbfaba10ddb891402eae5e158abc82c804db11 (diff) | |
download | gcc-397b971c95e0b3f0e866cb4d84cb02bd6268e4bd.zip gcc-397b971c95e0b3f0e866cb4d84cb02bd6268e4bd.tar.gz gcc-397b971c95e0b3f0e866cb4d84cb02bd6268e4bd.tar.bz2 |
* ChangeLog: Fix my last entry.
From-SVN: r193481
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 864fc8f..6ae4997 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> |