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
This commit is contained in:
Silviu Baranga 2016-05-06 09:37:14 +00:00
parent 943961584a
commit 9e112408b2

View File

@ -33,6 +33,7 @@ class Pass;
class PredicatedScalarEvolution;
class PredIteratorCache;
class ScalarEvolution;
class SCEV;
class TargetLibraryInfo;
/// \brief Captures loop safety information.