From 9e112408b26f522f7b3b36ae272202ed19974372 Mon Sep 17 00:00:00 2001 From: Silviu Baranga Date: Fri, 6 May 2016 09:37:14 +0000 Subject: [PATCH] Attempt to fix the modules builder by declaring SCEV in LoopUtils.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268720 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/LoopUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Transforms/Utils/LoopUtils.h b/include/llvm/Transforms/Utils/LoopUtils.h index bd00a008a77..ad1a00178d3 100644 --- a/include/llvm/Transforms/Utils/LoopUtils.h +++ b/include/llvm/Transforms/Utils/LoopUtils.h @@ -33,6 +33,7 @@ class Pass; class PredicatedScalarEvolution; class PredIteratorCache; class ScalarEvolution; +class SCEV; class TargetLibraryInfo; /// \brief Captures loop safety information. -- 2.50.1