Trim unnecessary headers. Code in Analysis shouldn't use Transforms

headers due to library dependencies.

llvm-svn: 71159
This commit is contained in:
Dan Gohman 2009-05-07 14:30:26 +00:00
parent e5d2a04ace
commit 4f2e69c229
1 changed files with 0 additions and 3 deletions

View File

@ -70,8 +70,6 @@
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ConstantRange.h"
@ -84,7 +82,6 @@
#include "llvm/ADT/STLExtras.h"
#include <ostream>
#include <algorithm>
#include <cmath>
using namespace llvm;
STATISTIC(NumArrayLenItCounts,