From d02c8f4066ddf35f606582d914ee17834cb14e15 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 20 May 2013 20:59:12 +0000 Subject: [PATCH] Remove unused #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182315 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/AddressSanitizer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/lib/Transforms/Instrumentation/AddressSanitizer.cpp index 623c4705061..b5655ecf937 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" -- 2.34.1