[PATCH] D90049: [flang] Tighten rules to resolve procedure as intrinsic procedure

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 09:21:06 PDT 2020


tskeith accepted this revision.
tskeith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/lib/Semantics/resolve-names.cpp:169
+    } else {
+      DIE("expected Symbol or Function flag");
+    }
----------------
Typo: Symbol -> Subroutine


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90049/new/

https://reviews.llvm.org/D90049



More information about the llvm-commits mailing list