We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc3f0d commit be84253Copy full SHA for be84253
flang/lib/Lower/ConvertExprToHLFIR.cpp
@@ -205,8 +205,8 @@ class HlfirDesignatorBuilder {
205
partInfo.resultShape =
206
hlfir::genShape(getLoc(), getBuilder(), *partInfo.base);
207
208
- // Enable volatility on the designatory type if it has the VOLATILE attribute
209
- // or if the base is volatile.
+ // Enable volatility on the designatory type if it has the VOLATILE
+ // attribute or if the base is volatile.
210
bool isVolatile = false;
211
212
// Check if this should be a volatile reference
0 commit comments