aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-05-20 20:59:12 +0000
committerBill Wendling <isanbard@gmail.com>2013-05-20 20:59:12 +0000
commitd02c8f4066ddf35f606582d914ee17834cb14e15 (patch)
treeae9a8c7c1829ab34f7bd5b7b809e06d79d473648 /lib/Transforms/Instrumentation
parent4e6b24ffcfafbc0c5eda1bb89163ccd56f394fdf (diff)
downloadexternal_llvm-d02c8f4066ddf35f606582d914ee17834cb14e15.zip
external_llvm-d02c8f4066ddf35f606582d914ee17834cb14e15.tar.gz
external_llvm-d02c8f4066ddf35f606582d914ee17834cb14e15.tar.bz2
Remove unused #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/AddressSanitizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/lib/Transforms/Instrumentation/AddressSanitizer.cpp
index 623c470..b5655ec 100644
--- a/lib/Transforms/Instrumentation/AddressSanitizer.cpp
+++ b/lib/Transforms/Instrumentation/AddressSanitizer.cpp
@@ -41,7 +41,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/system_error.h"
-#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/BlackList.h"
#include "llvm/Transforms/Utils/Local.h"