mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
Remove unused forward decls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ab94a0077
commit
19229581ba
@ -21,31 +21,7 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class APFloat;
|
|
||||||
class APInt;
|
|
||||||
class ArrayType;
|
|
||||||
class Constant;
|
|
||||||
class ConstantAggregateZero;
|
|
||||||
class ConstantArray;
|
|
||||||
class ConstantFP;
|
|
||||||
class ConstantInt;
|
|
||||||
class ConstantPointerNull;
|
|
||||||
class ConstantStruct;
|
|
||||||
class ConstantVector;
|
|
||||||
class FunctionType;
|
|
||||||
class IntegerType;
|
|
||||||
struct LLVMContextImpl;
|
struct LLVMContextImpl;
|
||||||
class MDNode;
|
|
||||||
class MDString;
|
|
||||||
class OpaqueType;
|
|
||||||
class PointerType;
|
|
||||||
class StringRef;
|
|
||||||
class StructType;
|
|
||||||
class Type;
|
|
||||||
class UndefValue;
|
|
||||||
class Use;
|
|
||||||
class Value;
|
|
||||||
class VectorType;
|
|
||||||
|
|
||||||
/// This is an important class for using LLVM in a threaded context. It
|
/// This is an important class for using LLVM in a threaded context. It
|
||||||
/// (opaquely) owns and manages the core "global" data of LLVM's core
|
/// (opaquely) owns and manages the core "global" data of LLVM's core
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
class StringRef;
|
||||||
|
|
||||||
/// This class provides a symbol table of name/type pairs with operations to
|
/// This class provides a symbol table of name/type pairs with operations to
|
||||||
/// support constructing, searching and iterating over the symbol table. The
|
/// support constructing, searching and iterating over the symbol table. The
|
||||||
/// class derives from AbstractTypeUser so that the contents of the symbol
|
/// class derives from AbstractTypeUser so that the contents of the symbol
|
||||||
|
Loading…
Reference in New Issue
Block a user