diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Argument.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h index ab4ee1b..d39c373 100644 --- a/include/llvm/Argument.h +++ b/include/llvm/Argument.h @@ -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; |