summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
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
commit5f4740390e6787e568a8aa37522843a6015e0164 (patch)
treed7f3859fedf7b913286ea931fae20faef94e2125 /llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
parenta969df84ab6de7b83f885fcd08e29fa2d9fb3cec (diff)
downloadbcm5719-llvm-5f4740390e6787e568a8aa37522843a6015e0164.tar.gz
bcm5719-llvm-5f4740390e6787e568a8aa37522843a6015e0164.zip
Remove unused #include.
llvm-svn: 182315
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
index 623c4705061..b5655ecf937 100644
--- a/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud