Commit cd98b1cf by Andrew Burgess Committed by Jeff Law

* bb-reorder.c (pass_partition_blocks::gate): Update comment.

From-SVN: r237677
parent fe55692c
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> 2016-06-21 John David Anglin <danglin@gcc.gnu.org>
* gcov-tool.c (profile_rewrite): Use int64_t instead of long long. * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
......
...@@ -2886,7 +2886,7 @@ pass_partition_blocks::gate (function *fun) ...@@ -2886,7 +2886,7 @@ pass_partition_blocks::gate (function *fun)
arises. */ arises. */
return (flag_reorder_blocks_and_partition return (flag_reorder_blocks_and_partition
&& optimize && 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. */ we are going to omit the reordering. */
&& optimize_function_for_speed_p (fun) && optimize_function_for_speed_p (fun)
&& !DECL_COMDAT_GROUP (current_function_decl) && !DECL_COMDAT_GROUP (current_function_decl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment