This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217926 - in /trunk/gcc: ChangeLog config/mips/...
- From: abennett at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 21 Nov 2014 14:34:55 -0000
- Subject: r217926 - in /trunk/gcc: ChangeLog config/mips/...
Author: abennett
Date: Fri Nov 21 14:34:55 2014
New Revision: 217926
URL: https://gcc.gnu.org/viewcvs?rev=217926&root=gcc&view=rev
Log:
[MIPS] If using branch likelies in MIPS sync code fill the delay slot
with a nop.
gcc/
* config/mips/mips.c (mips_process_sync_loop): Place a
nop in the delay slot of the branch likely instruction.
(mips_output_sync_loop): Ensure mips_branch_likely is
set before calling mips_output_sync_loop.
(mips_sync_loop_insns): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/mips/mips.c