[flang-commits] [flang] [flang] Add genEval to the AbstractConverter (PR #75140)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Dec 12 09:19:00 PST 2023


================
@@ -839,6 +839,11 @@ class FirConverter : public Fortran::lower::AbstractConverter {
     }
   }
 
+  void genEval(Fortran::lower::pft::Evaluation &eval,
+               bool unstructuredContext) override {
----------------
clementval wrote:

```suggestion
               bool unstructuredContext) override final {
```

https://github.com/llvm/llvm-project/pull/75140


More information about the flang-commits mailing list