Remove an unnecessary #include.

llvm-svn: 85661
This commit is contained in:
Dan Gohman 2009-10-31 14:39:43 +00:00
parent f35b6640f6
commit af94015c18
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#define DEBUG_TYPE "loop-unroll" #define DEBUG_TYPE "loop-unroll"
#include "llvm/IntrinsicInst.h" #include "llvm/IntrinsicInst.h"
#include "llvm/Transforms/Scalar.h" #include "llvm/Transforms/Scalar.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/LoopPass.h" #include "llvm/Analysis/LoopPass.h"
#include "llvm/Support/CommandLine.h" #include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h" #include "llvm/Support/Debug.h"