summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Use.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Use.h b/llvm/include/llvm/Use.h
index 96e07f88940..c4b8851d935 100644
--- a/llvm/include/llvm/Use.h
+++ b/llvm/include/llvm/Use.h
@@ -33,6 +33,8 @@ namespace llvm {
class Value;
class User;
class Use;
+template<typename>
+struct simplify_type;
// Use** is only 4-byte aligned.
template<>
OpenPOWER on IntegriCloud