From: law Date: Wed, 22 Jun 2016 02:58:24 +0000 (+0000) Subject: * bb-reorder.c (pass_partition_blocks::gate): Update comment. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b5100c7844318298412448e11fbad386596e11c;p=thirdparty%2Fgcc.git * bb-reorder.c (pass_partition_blocks::gate): Update comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237677 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 614c22ae8d76..a4c67f5e2319 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-06-21 Andrew Burgess + + * bb-reorder.c (pass_partition_blocks::gate): Update comment. + 2016-06-21 John David Anglin * gcov-tool.c (profile_rewrite): Use int64_t instead of long long. diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index 5fb60bde7629..bb8435f131c2 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -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)