[llvm] 3853298 - [CodeGen] Remove unused forward declarations Instruction and Type
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 24 07:34:03 PDT 2023
Author: Kazu Hirata
Date: 2023-06-24T07:33:52-07:00
New Revision: 385329892ae75bff967bbff4c4f8fe8aa147afab
URL: https://github.com/llvm/llvm-project/commit/385329892ae75bff967bbff4c4f8fe8aa147afab
DIFF: https://github.com/llvm/llvm-project/commit/385329892ae75bff967bbff4c4f8fe8aa147afab.diff
LOG: [CodeGen] Remove unused forward declarations Instruction and Type
The last uses were removed by:
commit 79b3f0823e562fc652c3272b2ccfb99174445fa6
Author: Tim Northover <tnorthover at apple.com>
Date: Tue Feb 7 11:28:00 2023 +0000
Added:
Modified:
llvm/include/llvm/CodeGen/StackProtector.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/StackProtector.h b/llvm/include/llvm/CodeGen/StackProtector.h
index b52a93796e798..70a3abff83f6e 100644
--- a/llvm/include/llvm/CodeGen/StackProtector.h
+++ b/llvm/include/llvm/CodeGen/StackProtector.h
@@ -27,11 +27,9 @@ namespace llvm {
class BasicBlock;
class Function;
-class Instruction;
class Module;
class TargetLoweringBase;
class TargetMachine;
-class Type;
class StackProtector : public FunctionPass {
private:
More information about the llvm-commits
mailing list