From: Chad Rosier Date: Thu, 5 May 2016 17:53:43 +0000 (+0000) Subject: Remove dead include. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1ccfb792f0caee6614a04c7d6785a0936ec26a4;p=llvm Remove dead include. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268654 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopInterchange.cpp b/lib/Transforms/Scalar/LoopInterchange.cpp index a03bd2dc893..6a424cfd388 100644 --- a/lib/Transforms/Scalar/LoopInterchange.cpp +++ b/lib/Transforms/Scalar/LoopInterchange.cpp @@ -15,7 +15,6 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/Analysis/AliasAnalysis.h" -#include "llvm/Analysis/AliasSetTracker.h" #include "llvm/Analysis/AssumptionCache.h" #include "llvm/Analysis/BlockFrequencyInfo.h" #include "llvm/Analysis/CodeMetrics.h"