don't include loopinfo.h from this file.
authorChris Lattner <sabre@nondot.org>
Fri, 11 Jan 2008 06:30:04 +0000 (06:30 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Jan 2008 06:30:04 +0000 (06:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45858 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/Cloning.h

index be15d6cd02509c9cd2c372f6a8be766b0ef9b9b3..1e2bbaa295b37139c90b6910928650cb281249aa 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <vector>
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Analysis/LoopInfo.h"
 
 namespace llvm {
 
@@ -37,6 +36,9 @@ class CallSite;
 class Trace;
 class CallGraph;
 class TargetData;
+class LoopInfo;
+template<class N> class LoopBase;
+typedef LoopBase<BasicBlock> Loop;
 
 /// CloneModule - Return an exact copy of the specified module
 ///