mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
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:
parent
943961584a
commit
9e112408b2
@ -33,6 +33,7 @@ class Pass;
|
||||
class PredicatedScalarEvolution;
|
||||
class PredIteratorCache;
|
||||
class ScalarEvolution;
|
||||
class SCEV;
|
||||
class TargetLibraryInfo;
|
||||
|
||||
/// \brief Captures loop safety information.
|
||||
|
Loading…
Reference in New Issue
Block a user