@@ -140,49 +140,49 @@ void Fortran::lower::genFailImageStatement(
140140void Fortran::lower::genEventPostStatement (
141141 Fortran::lower::AbstractConverter &converter,
142142 const Fortran::parser::EventPostStmt &) {
143- TODO (converter.getCurrentLocation (), " EVENT POST runtime" );
143+ TODO (converter.getCurrentLocation (), " coarray: EVENT POST runtime" );
144144}
145145
146146void Fortran::lower::genEventWaitStatement (
147147 Fortran::lower::AbstractConverter &converter,
148148 const Fortran::parser::EventWaitStmt &) {
149- TODO (converter.getCurrentLocation (), " EVENT WAIT runtime" );
149+ TODO (converter.getCurrentLocation (), " coarray: EVENT WAIT runtime" );
150150}
151151
152152void Fortran::lower::genLockStatement (
153153 Fortran::lower::AbstractConverter &converter,
154154 const Fortran::parser::LockStmt &) {
155- TODO (converter.getCurrentLocation (), " LOCK runtime" );
155+ TODO (converter.getCurrentLocation (), " coarray: LOCK runtime" );
156156}
157157
158158void Fortran::lower::genUnlockStatement (
159159 Fortran::lower::AbstractConverter &converter,
160160 const Fortran::parser::UnlockStmt &) {
161- TODO (converter.getCurrentLocation (), " UNLOCK runtime" );
161+ TODO (converter.getCurrentLocation (), " coarray: UNLOCK runtime" );
162162}
163163
164164void Fortran::lower::genSyncAllStatement (
165165 Fortran::lower::AbstractConverter &converter,
166166 const Fortran::parser::SyncAllStmt &) {
167- TODO (converter.getCurrentLocation (), " SYNC ALL runtime" );
167+ TODO (converter.getCurrentLocation (), " coarray: SYNC ALL runtime" );
168168}
169169
170170void Fortran::lower::genSyncImagesStatement (
171171 Fortran::lower::AbstractConverter &converter,
172172 const Fortran::parser::SyncImagesStmt &) {
173- TODO (converter.getCurrentLocation (), " SYNC IMAGES runtime" );
173+ TODO (converter.getCurrentLocation (), " coarray: SYNC IMAGES runtime" );
174174}
175175
176176void Fortran::lower::genSyncMemoryStatement (
177177 Fortran::lower::AbstractConverter &converter,
178178 const Fortran::parser::SyncMemoryStmt &) {
179- TODO (converter.getCurrentLocation (), " SYNC MEMORY runtime" );
179+ TODO (converter.getCurrentLocation (), " coarray: SYNC MEMORY runtime" );
180180}
181181
182182void Fortran::lower::genSyncTeamStatement (
183183 Fortran::lower::AbstractConverter &converter,
184184 const Fortran::parser::SyncTeamStmt &) {
185- TODO (converter.getCurrentLocation (), " SYNC TEAM runtime" );
185+ TODO (converter.getCurrentLocation (), " coarray: SYNC TEAM runtime" );
186186}
187187
188188void Fortran::lower::genPauseStatement (
0 commit comments