This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r146952 - in /trunk/gcc: ChangeLog config/bfin/...
- From: bernds at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 29 Apr 2009 10:55:26 -0000
- Subject: r146952 - in /trunk/gcc: ChangeLog config/bfin/...
Author: bernds
Date: Wed Apr 29 10:55:25 2009
New Revision: 146952
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146952
Log:
* config/bfin/bfin.c (bfin_optimize_loop): Unify handling of
problematic last insns. Test for TYPE_CALL rather than CALL_P.
Remove special case testing for last insn of inner loops. Don't fail if
the loop ends with a jump, emit an extra nop instead.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/bfin/bfin.c