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 b325513 commit 90dd822Copy full SHA for 90dd822
flang/lib/Lower/Bridge.cpp
@@ -4011,7 +4011,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
4011
// POINTER/ALLOCATBLE as per F'2023 C1160.
4012
fir::ExtendedValue newExv;
4013
llvm::SmallVector<mlir::Value> assumeSizeExtents{
4014
- fir::AssumedSizeExtentOp::create(*builer, loc)};
+ fir::AssumedSizeExtentOp::create(*builder, loc)};
4015
mlir::Value baseAddr =
4016
hlfir::genVariableRawAddress(loc, *builder, selector);
4017
const bool isVolatile = fir::isa_volatile_type(selector.getType());
0 commit comments