[all-commits] [llvm/llvm-project] 70f2bc: [flang] Fix bug determining alternate return

Tim Keith via All-commits all-commits at lists.llvm.org
Thu Jul 2 12:24:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 70f2bcc197ebc8d1c77c5efd5b822a9c9ccdccc4
      https://github.com/llvm/llvm-project/commit/70f2bcc197ebc8d1c77c5efd5b822a9c9ccdccc4
  Author: Tim Keith <tkeith at nvidia.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M flang/lib/Semantics/expression.cpp

  Log Message:
  -----------
  [flang] Fix bug determining alternate return

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.

Differential Revision: https://reviews.llvm.org/D83063




More information about the All-commits mailing list