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 ab2c145 commit 0ca23a3Copy full SHA for 0ca23a3
flang/lib/Optimizer/CodeGen/CodeGen.cpp
@@ -3348,7 +3348,7 @@ struct DoConcurrentSpecifierOpConversion : public fir::FIROpConversion<OpTy> {
3348
mlir::ConversionPatternRewriter &rewriter) const override {
3349
#ifdef EXPENSIVE_CHECKS
3350
auto uses = mlir::SymbolTable::getSymbolUses(
3351
- specifier, specifier->getParentOfType<mlir::ModuleOp>());
+ specifier, specifier->template getParentOfType<mlir::ModuleOp>());
3352
3353
// `fir.local|fir.declare_reduction` ops are not supposed to have any uses
3354
// at this point (i.e. during lowering to LLVM). In case of serialization,
0 commit comments