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

Commit d69f2ff

Browse files
author
Sven Verdoolaege
committed
fix documentation of insertSequenceAbove
The "root" argument needs to be the actual root of the tree because it is used to determine the active domain points.
1 parent 6f51af4 commit d69f2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/schedule_transforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ detail::ScheduleTree* insertBandBelow(
157157
// If there is no such node, insert one with universe context first.
158158
void updateTopLevelContext(detail::ScheduleTree* root, isl::set context);
159159

160-
// In a tree starting at a (relative) "root", insert a sequence node with
160+
// In a tree starting at "root", insert a sequence node with
161161
// as only child the node identified by "tree".
162162
//
163163
// The tree is modified in place.

0 commit comments

Comments
 (0)