Skip to content

Commit 1ac6ef9

Browse files
authored
Format
1 parent be5dca8 commit 1ac6ef9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flang/lib/Optimizer/Dialect/FIRType.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,9 +1499,7 @@ bool fir::BaseBoxType::isPointer() const {
14991499
return llvm::isa<fir::PointerType>(getEleTy());
15001500
}
15011501

1502-
bool BaseBoxType::isVolatile() const {
1503-
return fir::isa_volatile_type(*this);
1504-
}
1502+
bool BaseBoxType::isVolatile() const { return fir::isa_volatile_type(*this); }
15051503
//===----------------------------------------------------------------------===//
15061504
// FIROpsDialect
15071505
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)