[PATCH] D67365: [VectorUtils] Remove unused include. [NFC]

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 13:50:08 PDT 2019


fpetrogalli updated this revision to Diff 219429.
fpetrogalli added a comment.

I have added the forward declaration.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67365/new/

https://reviews.llvm.org/D67365

Files:
  llvm/include/llvm/Analysis/VectorUtils.h


Index: llvm/include/llvm/Analysis/VectorUtils.h
===================================================================
--- llvm/include/llvm/Analysis/VectorUtils.h
+++ llvm/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.219429.patch
Type: text/x-patch
Size: 618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/3972ed1d/attachment.bin>


More information about the llvm-commits mailing list