1
0
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:
Simon Pilgrim 2020-04-22 12:41:50 +01:00
parent 48ce699054
commit f079f94f97
2 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include <string>
namespace llvm {
class MemoryBuffer;
class Type;
class SMDiagnostic;
class LLVMContext;

View File

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