Index: ../gcc/graphite-scop-detection.c
===================================================================
--- ../gcc/graphite-scop-detection.c	(revision 163347)
+++ ../gcc/graphite-scop-detection.c	(working copy)
@@ -384,9 +384,8 @@ harmful_stmt_in_bb (basic_block scop_entry, loop_p
   return NULL;
 }
 
-/* Return true when it is not possible to represent LOOP in the
-   polyhedral representation.  This is evaluated taking SCOP_ENTRY
-   in mind.  */
+/* Return true if LOOP can be represented in the polyhedral representation.
+   This is evaluated taking SCOP_ENTRY in mind.  */
 
 static bool
 graphite_can_represent_loop (basic_block scop_entry, loop_p loop)
