aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 81a27f9..ff2cd7a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
+
+ PR rtl-optimization/79150
+ * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
+ conditional jump, if the jump is the last insn of the loop.
+
2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
Richard Biener <rguenth@suse.com>