Skip to content

Commit b0d1885

Browse files
Fix clang format
1 parent c54ea08 commit b0d1885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/ConvertExprToHLFIR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class HlfirDesignatorBuilder {
280280
if (std::optional<fir::FortranVariableOpInterface> varDef =
281281
getSymMap().lookupVariableDefinition(symbolRef)) {
282282
if (symbolRef.get().GetUltimate().test(
283-
Fortran::semantics::Symbol::Flag::CrayPointee)) {
283+
Fortran::semantics::Symbol::Flag::CrayPointee)) {
284284
// The pointee is represented with a descriptor inheriting
285285
// the shape and type parameters of the pointee.
286286
// We have to update the base_addr to point to the current

0 commit comments

Comments
 (0)