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 @@ -114,13 +114,15 @@ class CanonicalizationOfOmp {
114
114
// ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct t->
115
115
// OmpBeginLoopDirective t-> OmpLoopDirective
116
116
// [ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct u->
117
- // / OmpBeginLoopDirective t-> OmpLoopDirective t-> Tile v-> OMP_tile]
117
+ // OmpBeginLoopDirective t-> OmpLoopDirective t-> Tile v-> OMP_tile]
118
118
// ExecutableConstruct -> DoConstruct
119
- // [ExecutableConstruct -> OmpEndLoopDirective]
119
+ // [ExecutableConstruct -> OmpEndLoopDirective] (note: tile)
120
120
// ExecutableConstruct -> OmpEndLoopDirective (if available)
121
121
//
122
122
// After rewriting:
123
123
// ExecutableConstruct -> OpenMPConstruct -> OpenMPLoopConstruct t->
124
+ // [OpenMPLoopConstruct t -> OmpBeginLoopDirective -> OmpLoopDirective
125
+ // OmpEndLoopDirective] (note: tile)
124
126
// OmpBeginLoopDirective t -> OmpLoopDirective -> DoConstruct
125
127
// OmpEndLoopDirective (if available)
126
128
parser::Block::iterator nextIt;
You can’t perform that action at this time.
0 commit comments