[all-commits] [llvm/llvm-project] aa6dc8: [ScalarEvolution] Fix unused variable warnings. NFC.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Feb 25 13:28:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa6dc8ec4775874fc1e86fca9c971fd544e52639
      https://github.com/llvm/llvm-project/commit/aa6dc8ec4775874fc1e86fca9c971fd544e52639
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-02-25 (Sat, 25 Feb 2023)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [ScalarEvolution] Fix unused variable warnings. NFC.

Replace dyn_cast<> with isa<> as we don't actually need the variable




More information about the All-commits mailing list