[PATCH] D67365: [VectorUtils] Remove unused include. [NFC]
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 07:19:00 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371523: [VectorUtils] Remove unused include. [NFC] (authored by fhahn, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D67365?vs=219429&id=219540#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67365/new/
https://reviews.llvm.org/D67365
Files:
llvm/trunk/include/llvm/Analysis/VectorUtils.h
Index: llvm/trunk/include/llvm/Analysis/VectorUtils.h
===================================================================
--- llvm/trunk/include/llvm/Analysis/VectorUtils.h
+++ llvm/trunk/include/llvm/Analysis/VectorUtils.h
@@ -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 @@
template <typename InstTy> class InterleaveGroup;
class Loop;
class ScalarEvolution;
+class TargetLibraryInfo;
class TargetTransformInfo;
class Type;
class Value;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67365.219540.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190910/c8fb0ad1/attachment.bin>
More information about the llvm-commits
mailing list