[VectorUtils] Remove unused include. [NFC]
authorFlorian Hahn <flo@fhahn.com>
Tue, 10 Sep 2019 14:20:20 +0000 (14:20 +0000)
committerFlorian Hahn <flo@fhahn.com>
Tue, 10 Sep 2019 14:20:20 +0000 (14:20 +0000)
Patch by Francesco Petrogalli <francesco.petrogalli@arm.com>

Reviewers: fhahn

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D67365

llvm-svn: 371523

llvm/include/llvm/Analysis/VectorUtils.h

index d93d2bc..bf0063b 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "llvm/ADT/MapVector.h"
 #include "llvm/Analysis/LoopAccessAnalysis.h"
-#include "llvm/Analysis/TargetLibraryInfo.h"
 #include "llvm/IR/IRBuilder.h"
 #include "llvm/Support/CheckedArithmetic.h"
 
@@ -27,6 +26,7 @@ class GetElementPtrInst;
 template <typename InstTy> class InterleaveGroup;
 class Loop;
 class ScalarEvolution;
+class TargetLibraryInfo;
 class TargetTransformInfo;
 class Type;
 class Value;