diff --git a/include/llvm/Use.h b/include/llvm/Use.h index 96e07f88940..c4b8851d935 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -33,6 +33,8 @@ namespace llvm { class Value; class User; class Use; +template +struct simplify_type; // Use** is only 4-byte aligned. template<>