1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Attempt to fix the modules builder by declaring SCEV in LoopUtils.h

llvm-svn: 268720
This commit is contained in:
Silviu Baranga 2016-05-06 09:37:14 +00:00
parent eeb6f36732
commit 725ddde257

View File

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