This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tuples] remove tree-ssa-dom.c fixme


Remove unecessary fixme.

Committed.

	* tree-ssa-dom.c: Remove fixme tuples.

Index: tree-ssa-dom.c
===================================================================
--- tree-ssa-dom.c	(revision 137555)
+++ tree-ssa-dom.c	(working copy)
@@ -46,10 +46,9 @@ along with GCC; see the file COPYING3.  
 
 /* This file implements optimizations on the dominator tree.  */
 
-/* FIXME tuples.  Enable more detailed reporting of the operation of
-   this pass for debugging purposes.  It's probably too much to enable
-   by default, but may be useful in the near term for analyzing issues
-   due to pass dependencies, etc.  */
+/* Enable more detailed reporting of the operation of this pass for debugging
+   purposes.  It's probably too much to enable by default, but may be useful in
+   the near term for analyzing issues due to pass dependencies, etc.  */
 /* #define EXTRA_DETAILS */
 
 /* Representation of a "naked" right-hand-side expression, to be used


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]