[PATCH] D94017: [flang] Fix bogus message on internal subprogram with alternate return
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 09:57:12 PST 2021
klausler added a comment.
I'm confused by this change. The call checking code that's been modified pertains to absent actual arguments; but alternate returns can't be optional and must have corresponding positional actual arguments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94017/new/
https://reviews.llvm.org/D94017
More information about the llvm-commits
mailing list