Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 1a266fd

Browse files
author
Sven Verdoolaege
committed
schedule_tree_elem.h: drop comment copied from isl internals
The comment does not apply to TC schedule trees because it doesn't keep track of any isolate option.
1 parent b7a8448 commit 1a266fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tc/core/polyhedral/schedule_tree_elem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ struct ScheduleTreeElemBand : public ScheduleTreeElemBase {
260260
// Drop the "n" dimensions starting at "pos" from "band".
261261
// We apply the transformation even if "n" is zero to ensure consistent
262262
// behavior with respect to changes in the schedule space.
263-
// The caller is responsible for updating the isolate option (Note: why?)
264263
void drop(size_t pos, size_t n);
265264

266265
public:

0 commit comments

Comments
 (0)