aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-05 08:12:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-05 08:12:59 +0000
commitacd2c2139ded7338168235ff09f45f037293bc72 (patch)
treec94a517abaf552ce8f41c19a817037a60e1fe221 /include
parent3a4779a9211281a1d0c27c97037342329035a185 (diff)
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/TargetTransformInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/TargetTransformInfo.h b/include/llvm/TargetTransformInfo.h
index 9a02e62104..eb29471721 100644
--- a/include/llvm/TargetTransformInfo.h
+++ b/include/llvm/TargetTransformInfo.h
@@ -22,7 +22,6 @@
#ifndef LLVM_TRANSFORMS_TARGET_TRANSFORM_INTERFACE
#define LLVM_TRANSFORMS_TARGET_TRANSFORM_INTERFACE
-#include "llvm/AddressingMode.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Type.h"
#include "llvm/Pass.h"