]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing part for last ChangeLog entry:
authorJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 24 Oct 2013 17:16:19 +0000 (18:16 +0100)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 24 Oct 2013 17:16:19 +0000 (18:16 +0100)
(arc_ifcvt) <case 1 and 2>: Check that arc_ccfsm_post_advance
changes statep->state.

From-SVN: r204025

gcc/ChangeLog

index 346fa5403d98dcae31cd572d27dcf3b5faab330a..8b663b63a24edfe86a5eadd148ff5cf614c1008a 100644 (file)
@@ -2,6 +2,8 @@
 
        * gcc/config/arc/arc.c (arc_ccfsm_post_advance): Also handle
        TYPE_UNCOND_BRANCH.
+       (arc_ifcvt) <case 1 and 2>: Check that arc_ccfsm_post_advance
+       changes statep->state.
 
 2013-08-24  Tobias Burnus  <burnus@net-b.de>