Skip to content

Commit be84253

Browse files
format
1 parent cbc3f0d commit be84253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/ConvertExprToHLFIR.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ class HlfirDesignatorBuilder {
205205
partInfo.resultShape =
206206
hlfir::genShape(getLoc(), getBuilder(), *partInfo.base);
207207

208-
// Enable volatility on the designatory type if it has the VOLATILE attribute
209-
// or if the base is volatile.
208+
// Enable volatility on the designatory type if it has the VOLATILE
209+
// attribute or if the base is volatile.
210210
bool isVolatile = false;
211211

212212
// Check if this should be a volatile reference

0 commit comments

Comments
 (0)