* bb-reorder.c (pass_partition_blocks::gate): Update comment.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 22 Jun 2016 02:58:24 +0000 (03:58 +0100)
committerJeff Law <law@gcc.gnu.org>
Wed, 22 Jun 2016 02:58:24 +0000 (20:58 -0600)
From-SVN: r237677

gcc/ChangeLog
gcc/bb-reorder.c

index 614c22ae8d76f34cd42b54283e6fe7475c67f38e..a4c67f5e2319527eecd7cfe16ef54ae47bccdcdd 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * bb-reorder.c (pass_partition_blocks::gate): Update comment.
+
 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
 
        * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
index 5fb60bde76296189ab61d23ecbbdb4bfb627430f..bb8435f131c200b2996607849d667a44924f4612 100644 (file)
@@ -2886,7 +2886,7 @@ pass_partition_blocks::gate (function *fun)
      arises.  */
   return (flag_reorder_blocks_and_partition
          && optimize
-         /* See gate_handle_reorder_blocks.  We should not partition if
+         /* See pass_reorder_blocks::gate.  We should not partition if
             we are going to omit the reordering.  */
          && optimize_function_for_speed_p (fun)
          && !DECL_COMDAT_GROUP (current_function_decl)