mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Add some missing #includes and forward declarations found by modules build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230457 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb5edaa05c
commit
465084ffcf
@ -14,8 +14,13 @@
|
||||
#ifndef LLVM_TRANSFORMS_UTILS_LOOPUTILS_H
|
||||
#define LLVM_TRANSFORMS_UTILS_LOOPUTILS_H
|
||||
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/IR/Dominators.h"
|
||||
|
||||
namespace llvm {
|
||||
class AliasAnalysis;
|
||||
class AliasSet;
|
||||
class AliasSetTracker;
|
||||
class AssumptionCache;
|
||||
class BasicBlock;
|
||||
class DataLayout;
|
||||
@ -23,10 +28,9 @@ class DominatorTree;
|
||||
class Loop;
|
||||
class LoopInfo;
|
||||
class Pass;
|
||||
class ScalarEvolution;
|
||||
class AliasSetTracker;
|
||||
class AliasSet;
|
||||
class PredIteratorCache;
|
||||
class ScalarEvolution;
|
||||
class TargetLibraryInfo;
|
||||
|
||||
/// \brief Captures loop safety information.
|
||||
/// It keep information for loop & its header may throw exception.
|
||||
|
Loading…
Reference in New Issue
Block a user