This file uses the Value class without a forward decl
authorChris Lattner <sabre@nondot.org>
Thu, 8 Jul 2004 15:54:29 +0000 (15:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Jul 2004 15:54:29 +0000 (15:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14691 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DerivedTypes.h

index 7575a4d0734453d3a41e139c8c898c3048dbf075..8720ca6815b51a042c9d82359c7ed7f4008fe1a1 100644 (file)
@@ -22,6 +22,7 @@
 
 namespace llvm {
 
+class Value;
 template<class ValType, class TypeClass> class TypeMap;
 class FunctionValType;
 class ArrayValType;