[all-commits] [llvm/llvm-project] 17dce2: [UnifyFunctionExitNodes] Remove unused getters, NFC

David via All-commits all-commits at lists.llvm.org
Tue Sep 8 11:43:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 17dce2fe43c9d3335d64936ece576b0e36d8fe31
      https://github.com/llvm/llvm-project/commit/17dce2fe43c9d3335d64936ece576b0e36d8fe31
  Author: David Stenberg <david.stenberg at ericsson.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
    M llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp

  Log Message:
  -----------
  [UnifyFunctionExitNodes] Remove unused getters, NFC

The get{Return,Unwind,Unreachable}Block functions in
UnifyFunctionExitNodes have not been used for many years,
so just remove them.

Reviewed By: bjope

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




More information about the All-commits mailing list