forked from OSchip/llvm-project
Forward-declare templates for fix compilation when Argument.h is included first.
llvm-svn: 12295
This commit is contained in:
parent
94eeb90cd4
commit
d8abb840f2
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
namespace llvm {
|
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
|
class Argument : public Value { // Defined in the Function.cpp file
|
||||||
Function *Parent;
|
Function *Parent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue