summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CostModel.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-07 03:08:10 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-07 03:08:10 +0000
commitd3e73556d6139bf46f897b6d62b3d4d9d3323ad4 (patch)
treeb6398dcdceb1206947990f1f99d2f85fb008f94d /llvm/lib/Analysis/CostModel.cpp
parent1b600181780788c525b53e3343fb17345c4b7bda (diff)
downloadbcm5719-llvm-d3e73556d6139bf46f897b6d62b3d4d9d3323ad4.tar.gz
bcm5719-llvm-d3e73556d6139bf46f897b6d62b3d4d9d3323ad4.zip
Move TargetTransformInfo to live under the Analysis library. This no
longer would violate any dependency layering and it is in fact an analysis. =] llvm-svn: 171686
Diffstat (limited to 'llvm/lib/Analysis/CostModel.cpp')
-rw-r--r--llvm/lib/Analysis/CostModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/CostModel.cpp b/llvm/lib/Analysis/CostModel.cpp
index 3af8d5eb4b2..1784512bce7 100644
--- a/llvm/lib/Analysis/CostModel.cpp
+++ b/llvm/lib/Analysis/CostModel.cpp
@@ -20,13 +20,13 @@
#define CM_NAME "cost-model"
#define DEBUG_TYPE CM_NAME
#include "llvm/Analysis/Passes.h"
+#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Value.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/TargetTransformInfo.h"
using namespace llvm;
namespace {
OpenPOWER on IntegriCloud