1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[AsmPrinter] Remove unused forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-22 13:44:58 +01:00
parent ae8d7464e2
commit 869cef2c82
3 changed files with 0 additions and 4 deletions

View 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.

View File

@ -27,7 +27,6 @@
namespace llvm {
class MachineLocation;
class MachineOperand;
class ConstantInt;
class ConstantFP;

View File

@ -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 {