This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bug determining alternate return
ClosedPublic

Authored by tskeith on Jul 2 2020, 10:52 AM.

Details

Summary

The arguments have been moved out of the analyzer so we can't get the
expected number there. Instead use the argument count from the newly
built callee.

Diff Detail

Event Timeline

tskeith created this revision.Jul 2 2020, 10:52 AM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 2 2020, 11:43 AM
This revision is now accepted and ready to land.Jul 2 2020, 11:43 AM
This revision was automatically updated to reflect the committed changes.