File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ static inline void genOmpAccAtomicUpdateStatement(
202
202
[[maybe_unused]] const AtomicListT *leftHandClauseList,
203
203
[[maybe_unused]] const AtomicListT *rightHandClauseList,
204
204
mlir::Operation *atomicCaptureOp = nullptr ) {
205
- // Generate `omp. atomic.update` operation for atomic assignment statements
205
+ // Generate `atomic.update` operation for atomic assignment statements
206
206
fir::FirOpBuilder &firOpBuilder = converter.getFirOpBuilder ();
207
207
mlir::Location currentLocation = converter.getCurrentLocation ();
208
208
209
- // Create the omp.atomic.update Operation
209
+ // Create the omp.atomic.update or acc.atmoic.update operation
210
210
//
211
211
// func.func @_QPsb() {
212
212
// %0 = fir.alloca i32 {bindc_name = "a", uniq_name = "_QFsbEa"}
You can’t perform that action at this time.
0 commit comments