[all-commits] [llvm/llvm-project] 6f2d01: [LoopPredication] Remove unused variable
annamthomas via All-commits
all-commits at lists.llvm.org
Thu Sep 30 07:41:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f2d01376d2da4e73e0dc5d339f6e5b1646a9c25
https://github.com/llvm/llvm-project/commit/6f2d01376d2da4e73e0dc5d339f6e5b1646a9c25
Author: Anna Thomas <anna at azul.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopPredication.cpp
Log Message:
-----------
[LoopPredication] Remove unused variable
After rG452714f8f8037ff37f9358317651d1652e231db2, the Function `F` retrieved in LoopPredication is not used.
Remove this unused variable to stop some buildbots (ASAN, clang-ppc) from failing.
More information about the All-commits
mailing list