From: Silviu Baranga Date: Fri, 6 May 2016 09:37:14 +0000 (+0000) Subject: Attempt to fix the modules builder by declaring SCEV in LoopUtils.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e112408b26f522f7b3b36ae272202ed19974372;p=llvm 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 --- 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.