Update tail-merge header comment.
authorTom de Vries <tom@codesourcery.com>
Mon, 29 Apr 2013 11:14:26 +0000 (11:14 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 29 Apr 2013 11:14:26 +0000 (11:14 +0000)
2013-04-29  Tom de Vries  <tom@codesourcery.com>

* tree-ssa-tail-merge.c: Update header comment.

From-SVN: r198407

gcc/ChangeLog
gcc/tree-ssa-tail-merge.c

index dc763cc..ddbed99 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-29  Tom de Vries  <tom@codesourcery.com>
+
+       * tree-ssa-tail-merge.c: Update header comment.
+
 2013-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/aarch64/arm_neon.h
index f2ab744..d014b71 100644 (file)
@@ -176,6 +176,11 @@ along with GCC; see the file COPYING3.  If not see
    - handle blocks with gimple_reg phi_nodes.
 
 
+   PASS PLACEMENT
+   This 'pass' is not a stand-alone gimple pass, but runs as part of
+   pass_pre, in order to share the value numbering.
+
+
    SWITCHES
 
    - ftree-tail-merge.  On at -O2.  We may have to enable it only at -Os.  */
@@ -198,9 +203,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa-sccvn.h"
 #include "tree-dump.h"
 #include "cfgloop.h"
-
-/* ??? This currently runs as part of tree-ssa-pre.  Why is this not
-   a stand-alone GIMPLE pass?  */
 #include "tree-pass.h"
 
 /* Describes a group of bbs with the same successors.  The successor bbs are