aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolution.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-07 14:30:26 +0000
committerDan Gohman <gohman@apple.com>2009-05-07 14:30:26 +0000
commit6ee2f3d840fd06f29aa3c5b64a5d0643fd02cef3 (patch)
treeb71a18c5d1a9783b4408225dbdd29aa88bb2f1d3 /lib/Analysis/ScalarEvolution.cpp
parent704b6980b8d45d5b6b981850bd82634d2d91e4c4 (diff)
Trim unnecessary headers. Code in Analysis shouldn't use Transforms
headers due to library dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71159 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ScalarEvolution.cpp')
-rw-r--r--lib/Analysis/ScalarEvolution.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp
index e00d1d9f80..2b5ca520c2 100644
--- a/lib/Analysis/ScalarEvolution.cpp
+++ b/lib/Analysis/ScalarEvolution.cpp
@@ -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,