File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,15 @@ class CanonicalizationOfOmp {
119
119
// ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct t->
120
120
// OmpBeginLoopDirective t-> OmpLoopDirective
121
121
// [ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct u->
122
- // / OmpBeginLoopDirective t-> OmpLoopDirective t-> Tile v-> OMP_tile]
122
+ // OmpBeginLoopDirective t-> OmpLoopDirective t-> Tile v-> OMP_tile]
123
123
// ExecutableConstruct -> DoConstruct
124
- // [ExecutableConstruct -> OmpEndLoopDirective]
124
+ // [ExecutableConstruct -> OmpEndLoopDirective] (note: tile)
125
125
// ExecutableConstruct -> OmpEndLoopDirective (if available)
126
126
//
127
127
// After rewriting:
128
128
// ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct t->
129
+ // [OpenMPLoopConstruct t -> OmpBeginLoopDirective -> OmpLoopDirective
130
+ // OmpEndLoopDirective] (note: tile)
129
131
// OmpBeginLoopDirective t -> OmpLoopDirective -> DoConstruct
130
132
// OmpEndLoopDirective (if available)
131
133
parser::Block::iterator nextIt;
You can’t perform that action at this time.
0 commit comments