Forward-declare templates for fix compilation when Argument.h is included first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-03-11 23:42:24 +00:00
parent dd298c8c6e
commit a7a805ef98

View File

@ -19,6 +19,10 @@
namespace llvm {
template<typename SC> struct ilist_traits;
template<typename ValueSubClass, typename ItemParentClass, typename SymTabClass,
typename SubClass> class SymbolTableListTraits;
class Argument : public Value { // Defined in the Function.cpp file
Function *Parent;