Comments
Patch
@@ -1,3 +1,8 @@
+2010-09-30 Vladimir Kargov <kargov@gmail.com>
+
+ * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
+ description.
+
2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
* tree-scalar-evolution.c (instantiate_array_ref): New.
@@ -1,3 +1,8 @@
+2010-08-20 Vladimir Kargov <kargov@gmail.com>
+
+ * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
+ description.
+
2010-08-20 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/45230
@@ -383,9 +383,9 @@ harmful_stmt_in_bb (basic_block scop_entry, loop_p outer_loop, basic_block bb)
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 and
+ OUTERMOST_LOOP in mind. */
static bool
graphite_can_represent_loop (basic_block scop_entry, loop_p loop)
From: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> 2010-08-20 Vladimir Kargov <kargov@gmail.com> * graphite-scop-detection.c (graphite_can_represent_loop): Correct the description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@163433 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/ChangeLog.graphite | 5 +++++ gcc/graphite-scop-detection.c | 6 +++--- 3 files changed, 13 insertions(+), 3 deletions(-)