[all-commits] [llvm/llvm-project] 8ffe73: [SCEV] Fix -Wunused-variable in ScalarEvolutionExp...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Fri Sep 22 00:23:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ffe73b6aae0bcae070e406da3117c24936a9da9
      https://github.com/llvm/llvm-project/commit/8ffe73b6aae0bcae070e406da3117c24936a9da9
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [SCEV] Fix -Wunused-variable in ScalarEvolutionExpander.cpp (NFC)

llvm-project/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp:1077:15: error: unused variable 'Start' [-Werror,-Wunused-variable]
  const SCEV *Start = Normalized->getStart();
              ^
1 error generated.




More information about the All-commits mailing list