Skip to content

Commit c3730ad

Browse files
committed
[AsmPrinter] Remove unused forward declarations. NFC.
1 parent 7c7b77a commit c3730ad

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

llvm/lib/CodeGen/AsmPrinter/DIEHash.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
namespace llvm {
2121

2222
class AsmPrinter;
23-
class CompileUnit;
2423

2524
/// An object containing the capability of hashing and adding hash
2625
/// attributes onto a DIE.

llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
namespace llvm {
2929

30-
class MachineLocation;
3130
class MachineOperand;
3231
class ConstantInt;
3332
class ConstantFP;

llvm/lib/CodeGen/AsmPrinter/WinException.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
#include "EHStreamer.h"
1717

1818
namespace llvm {
19-
class Function;
2019
class GlobalValue;
2120
class MachineFunction;
2221
class MCExpr;
2322
class MCSection;
24-
class Value;
2523
struct WinEHFuncInfo;
2624

2725
class LLVM_LIBRARY_VISIBILITY WinException : public EHStreamer {

0 commit comments

Comments
 (0)