[all-commits] [llvm/llvm-project] 512140: [ConstantHoisting] Remove unused declaration optim...

llvmbot via All-commits all-commits at lists.llvm.org
Sat Dec 5 16:27:57 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5121400e71bbe821488240335cbffb41fe852514
      https://github.com/llvm/llvm-project/commit/5121400e71bbe821488240335cbffb41fe852514
  Author: Kazu Hirata <kazu at google.com>
  Date:   2020-12-05 (Sat, 05 Dec 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h

  Log Message:
  -----------
  [ConstantHoisting] Remove unused declaration optimizeConstants (NFC)

The function was renamed to runImpl on Jul 2, 2016 in commit
071d8306b0d9d1345c1da84ae3e1c1b231ffd29d, but the old declaration has
remained since.




More information about the All-commits mailing list