mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[AsmParser] Remove unused forward declarations. NFC.
This commit is contained in:
parent
48ce699054
commit
f079f94f97
@ -20,7 +20,6 @@
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
class MemoryBuffer;
|
||||
class Type;
|
||||
class SMDiagnostic;
|
||||
class LLVMContext;
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
namespace llvm {
|
||||
class Module;
|
||||
class OpaqueType;
|
||||
class Function;
|
||||
class Value;
|
||||
class BasicBlock;
|
||||
@ -38,7 +37,6 @@ namespace llvm {
|
||||
class MDString;
|
||||
class MDNode;
|
||||
struct SlotMapping;
|
||||
class StructType;
|
||||
|
||||
/// ValID - Represents a reference of a definition of some sort with no type.
|
||||
/// There are several cases where we have to parse the value but where the
|
||||
|
Loading…
Reference in New Issue
Block a user