[PATCH] D94017: [flang] Fix bogus message on internal subprogram with alternate return
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 17:20:50 PST 2021
PeteSteinfeld added inline comments.
================
Comment at: flang/include/flang/Evaluate/call.h:19
#include "flang/Parser/char-block.h"
+#include "flang/Parser/parse-tree.h"
#include "flang/Semantics/attr.h"
----------------
jeanPerier wrote:
> parse-tree.h is pretty big, have you seen any compile time increase with this include here ? If so, you could define Label in `lib/Common/Fortran.h` and use that here and in parse-tree.h to save the parse-tree.h include here.
>
Thanks, Jean. I'll do that.
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