Skip to content

Commit

Permalink
[AsmPrinter] Remove unused forward declarations. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 22, 2020
1 parent 7c7b77a commit c3730ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/AsmPrinter/DIEHash.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
namespace llvm {

class AsmPrinter;
class CompileUnit;

/// An object containing the capability of hashing and adding hash
/// attributes onto a DIE.
Expand Down
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

namespace llvm {

class MachineLocation;
class MachineOperand;
class ConstantInt;
class ConstantFP;
Expand Down
2 changes: 0 additions & 2 deletions llvm/lib/CodeGen/AsmPrinter/WinException.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
#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 {
Expand Down

0 comments on commit c3730ad

Please sign in to comment.