Skip to content

Commit af1741e

Browse files
committed
[Flang][OpenMP] Reword comment for clarification, NFC
1 parent 3de5d8e commit af1741e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flang/lib/Lower/OpenMP.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,8 +2318,9 @@ static void createBodyOfOp(
23182318

23192319
if (genNested) {
23202320
// genFIR(Evaluation&) tries to patch up unterminated blocks, causing
2321-
// a lot of trouble if the terminator generation is delayed past this
2322-
// point. Insert a temporary terminator here, then delete it.
2321+
// a lot of complications for our approach if the terminator generation
2322+
// is delayed past this point. Insert a temporary terminator here, then
2323+
// delete it.
23232324
firOpBuilder.setInsertionPointToEnd(&op.getRegion().back());
23242325
auto *temp = Fortran::lower::genOpenMPTerminator(firOpBuilder,
23252326
op.getOperation(), loc);

0 commit comments

Comments
 (0)