[AsmPrinter] Remove unused forward declarations. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 22 Apr 2020 12:44:58 +0000 (13:44 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 22 Apr 2020 13:01:52 +0000 (14:01 +0100)
llvm/lib/CodeGen/AsmPrinter/DIEHash.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
llvm/lib/CodeGen/AsmPrinter/WinException.h

index 2e49514..1a69f67 100644 (file)
@@ -20,7 +20,6 @@
 namespace llvm {
 
 class AsmPrinter;
-class CompileUnit;
 
 /// An object containing the capability of hashing and adding hash
 /// attributes onto a DIE.
index 46c52a1..34f3a34 100644 (file)
@@ -27,7 +27,6 @@
 
 namespace llvm {
 
-class MachineLocation;
 class MachineOperand;
 class ConstantInt;
 class ConstantFP;
index dc50363..8bd5d1b 100644 (file)
 #include "EHStreamer.h"
 
 namespace llvm {
-class Function;
 class GlobalValue;
 class MachineFunction;
 class MCExpr;
 class MCSection;
-class Value;
 struct WinEHFuncInfo;
 
 class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {