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 be5dca8 commit 1ac6ef9Copy full SHA for 1ac6ef9
flang/lib/Optimizer/Dialect/FIRType.cpp
@@ -1499,9 +1499,7 @@ bool fir::BaseBoxType::isPointer() const {
1499
return llvm::isa<fir::PointerType>(getEleTy());
1500
}
1501
1502
-bool BaseBoxType::isVolatile() const {
1503
- return fir::isa_volatile_type(*this);
1504
-}
+bool BaseBoxType::isVolatile() const { return fir::isa_volatile_type(*this); }
1505
//===----------------------------------------------------------------------===//
1506
// FIROpsDialect
1507
0 commit comments