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:
parent
ae8d7464e2
commit
869cef2c82
@ -20,7 +20,6 @@
|
||||
namespace llvm {
|
||||
|
||||
class AsmPrinter;
|
||||
class CompileUnit;
|
||||
|
||||
/// An object containing the capability of hashing and adding hash
|
||||
/// attributes onto a DIE.
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MachineLocation;
|
||||
class MachineOperand;
|
||||
class ConstantInt;
|
||||
class ConstantFP;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user