[CodeGen] Remove unused forward declarations Instruction and Type
authorKazu Hirata <kazu@google.com>
Sat, 24 Jun 2023 14:33:52 +0000 (07:33 -0700)
committerKazu Hirata <kazu@google.com>
Sat, 24 Jun 2023 14:33:52 +0000 (07:33 -0700)
The last uses were removed by:

  commit 79b3f0823e562fc652c3272b2ccfb99174445fa6
  Author: Tim Northover <tnorthover@apple.com>
  Date:   Tue Feb 7 11:28:00 2023 +0000

llvm/include/llvm/CodeGen/StackProtector.h

index b52a937..70a3abf 100644 (file)
@@ -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: