@@ -140,49 +140,49 @@ void Fortran::lower::genFailImageStatement(
140
140
void Fortran::lower::genEventPostStatement (
141
141
Fortran::lower::AbstractConverter &converter,
142
142
const Fortran::parser::EventPostStmt &) {
143
- TODO (converter.getCurrentLocation (), " EVENT POST runtime" );
143
+ TODO (converter.getCurrentLocation (), " coarray: EVENT POST runtime" );
144
144
}
145
145
146
146
void Fortran::lower::genEventWaitStatement (
147
147
Fortran::lower::AbstractConverter &converter,
148
148
const Fortran::parser::EventWaitStmt &) {
149
- TODO (converter.getCurrentLocation (), " EVENT WAIT runtime" );
149
+ TODO (converter.getCurrentLocation (), " coarray: EVENT WAIT runtime" );
150
150
}
151
151
152
152
void Fortran::lower::genLockStatement (
153
153
Fortran::lower::AbstractConverter &converter,
154
154
const Fortran::parser::LockStmt &) {
155
- TODO (converter.getCurrentLocation (), " LOCK runtime" );
155
+ TODO (converter.getCurrentLocation (), " coarray: LOCK runtime" );
156
156
}
157
157
158
158
void Fortran::lower::genUnlockStatement (
159
159
Fortran::lower::AbstractConverter &converter,
160
160
const Fortran::parser::UnlockStmt &) {
161
- TODO (converter.getCurrentLocation (), " UNLOCK runtime" );
161
+ TODO (converter.getCurrentLocation (), " coarray: UNLOCK runtime" );
162
162
}
163
163
164
164
void Fortran::lower::genSyncAllStatement (
165
165
Fortran::lower::AbstractConverter &converter,
166
166
const Fortran::parser::SyncAllStmt &) {
167
- TODO (converter.getCurrentLocation (), " SYNC ALL runtime" );
167
+ TODO (converter.getCurrentLocation (), " coarray: SYNC ALL runtime" );
168
168
}
169
169
170
170
void Fortran::lower::genSyncImagesStatement (
171
171
Fortran::lower::AbstractConverter &converter,
172
172
const Fortran::parser::SyncImagesStmt &) {
173
- TODO (converter.getCurrentLocation (), " SYNC IMAGES runtime" );
173
+ TODO (converter.getCurrentLocation (), " coarray: SYNC IMAGES runtime" );
174
174
}
175
175
176
176
void Fortran::lower::genSyncMemoryStatement (
177
177
Fortran::lower::AbstractConverter &converter,
178
178
const Fortran::parser::SyncMemoryStmt &) {
179
- TODO (converter.getCurrentLocation (), " SYNC MEMORY runtime" );
179
+ TODO (converter.getCurrentLocation (), " coarray: SYNC MEMORY runtime" );
180
180
}
181
181
182
182
void Fortran::lower::genSyncTeamStatement (
183
183
Fortran::lower::AbstractConverter &converter,
184
184
const Fortran::parser::SyncTeamStmt &) {
185
- TODO (converter.getCurrentLocation (), " SYNC TEAM runtime" );
185
+ TODO (converter.getCurrentLocation (), " coarray: SYNC TEAM runtime" );
186
186
}
187
187
188
188
void Fortran::lower::genPauseStatement (
0 commit comments