aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/Cloning.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/Utils/Cloning.h')
-rw-r--r--include/llvm/Transforms/Utils/Cloning.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Transforms/Utils/Cloning.h b/include/llvm/Transforms/Utils/Cloning.h
index 53e47a3c19..1d9d651b6c 100644
--- a/include/llvm/Transforms/Utils/Cloning.h
+++ b/include/llvm/Transforms/Utils/Cloning.h
@@ -20,13 +20,12 @@
#include <vector>
#include "llvm/ADT/DenseMap.h"
+#include "llvm/Analysis/LoopInfo.h"
namespace llvm {
class Module;
class Function;
-class Loop;
-class LoopInfo;
class Pass;
class LPPassManager;
class BasicBlock;