We weren't handling the case of subroutines with alternate returns that
are contained in modules. I changed the code to add an * as the name
of the parameter when creating the .mod file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Semantics/mod-file.cpp | ||
---|---|---|
833 | DEREF is redundant after checking dummyArg is not null. |
DEREF is redundant after checking dummyArg is not null.