[llvm] 821687a - [Transforms] Remove unused forward declaration LoopInfo
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 00:19:46 PDT 2023
Author: Kazu Hirata
Date: 2023-08-02T00:19:39-07:00
New Revision: 821687a701f917e256d84e095dd0514566f6d64a
URL: https://github.com/llvm/llvm-project/commit/821687a701f917e256d84e095dd0514566f6d64a
DIFF: https://github.com/llvm/llvm-project/commit/821687a701f917e256d84e095dd0514566f6d64a.diff
LOG: [Transforms] Remove unused forward declaration LoopInfo
The last use was removed by:
commit 1b1232047e83b69561fd64b9547cb0a0d374473a
Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: Thu May 11 13:44:40 2023 +0100
Added:
Modified:
llvm/include/llvm/Transforms/Utils/SCCPSolver.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Utils/SCCPSolver.h b/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
index 7930d95e1deafa..90a51490ee5226 100644
--- a/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
+++ b/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
@@ -32,7 +32,6 @@ class Function;
class GlobalVariable;
class Instruction;
class LLVMContext;
-class LoopInfo;
class PostDominatorTree;
class StructType;
class TargetLibraryInfo;
More information about the llvm-commits
mailing list