summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 11:33:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 11:33:27 +0000
commit9b8364da0e98b869842251c6d5d136d069432fdc (patch)
tree9eb9fa3c17f488d70906e21885ebdbe759eeb338 /llvm/include
parent1bb812e86b1d8f77c29634e45f12cfcde3ed63eb (diff)
downloadbcm5719-llvm-9b8364da0e98b869842251c6d5d136d069432fdc.tar.gz
bcm5719-llvm-9b8364da0e98b869842251c6d5d136d069432fdc.zip
Remove unused forward decls.
llvm-svn: 78187
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/LLVMContext.h24
-rw-r--r--llvm/include/llvm/TypeSymbolTable.h2
2 files changed, 2 insertions, 24 deletions
diff --git a/llvm/include/llvm/LLVMContext.h b/llvm/include/llvm/LLVMContext.h
index 0aea6b89222..f5916c47a0a 100644
--- a/llvm/include/llvm/LLVMContext.h
+++ b/llvm/include/llvm/LLVMContext.h
@@ -21,31 +21,7 @@
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;
-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
/// (opaquely) owns and manages the core "global" data of LLVM's core
diff --git a/llvm/include/llvm/TypeSymbolTable.h b/llvm/include/llvm/TypeSymbolTable.h
index d2d909587a8..d00c3b8d0b4 100644
--- a/llvm/include/llvm/TypeSymbolTable.h
+++ b/llvm/include/llvm/TypeSymbolTable.h
@@ -19,6 +19,8 @@
namespace llvm {
+class StringRef;
+
/// This class provides a symbol table of name/type pairs with operations to
/// support constructing, searching and iterating over the symbol table. The
/// class derives from AbstractTypeUser so that the contents of the symbol
OpenPOWER on IntegriCloud