diff options
Diffstat (limited to 'include/llvm/IR/User.h')
| -rw-r--r-- | include/llvm/IR/User.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/IR/User.h b/include/llvm/IR/User.h index 885ae197d2283..4d6b30cd1124c 100644 --- a/include/llvm/IR/User.h +++ b/include/llvm/IR/User.h @@ -19,7 +19,6 @@ #ifndef LLVM_IR_USER_H #define LLVM_IR_USER_H -#include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/iterator.h" #include "llvm/ADT/iterator_range.h" #include "llvm/IR/Value.h" @@ -28,6 +27,9 @@ namespace llvm { +template <typename T> class ArrayRef; +template <typename T> class MutableArrayRef; + /// \brief Compile-time customization of User operands. /// /// Customizes operand-related allocators and accessors. |
