diff --git a/flang/lib/semantics/pass1.cc b/flang/lib/semantics/pass1.cc index f0914cb5c263..189372e7a860 100644 --- a/flang/lib/semantics/pass1.cc +++ b/flang/lib/semantics/pass1.cc @@ -1738,7 +1738,7 @@ public: // Specialize from StmtClass::LabelDo to StmtClass::NonLabelDoWhile or // StmtClass::NonLabelDoConcurrent where applicable - SpecializeDoStmt( sema.stmt_index , std::get>(x.t) ); + SpecializeDoStmt( sema.stmt_index , std::get>(x.t) ); return true ; } @@ -1774,7 +1774,7 @@ public: // Specialize from StmtClass::LabelDo to StmtClass::LabelDoWhile or // StmtClass::LabelDoConcurrent where applicable - SpecializeDoStmt( sema.stmt_index , std::get>(x.t) ); + SpecializeDoStmt( sema.stmt_index , std::get>(x.t) ); return true ; }