[flang-commits] [PATCH] D140220: [flang] Lower statement function references in HLFIR
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Dec 19 00:57:10 PST 2022
jeanPerier marked an inline comment as done.
jeanPerier added inline comments.
================
Comment at: flang/lib/Lower/ConvertCall.cpp:419
+ // Statement functions have their own scope, we just need to associate
+ // the dummy symbols to argument expressions. They are no
+ // optional/alternate return arguments. Statement functions cannot be
----------------
PeteSteinfeld wrote:
> Did you mean to say "There are no"
Yes, thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140220/new/
https://reviews.llvm.org/D140220
More information about the flang-commits
mailing list