diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-05-20 20:59:12 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-05-20 20:59:12 +0000 |
commit | 5f4740390e6787e568a8aa37522843a6015e0164 (patch) | |
tree | d7f3859fedf7b913286ea931fae20faef94e2125 /llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp | |
parent | a969df84ab6de7b83f885fcd08e29fa2d9fb3cec (diff) | |
download | bcm5719-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.cpp | 1 |
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" |