[llvm] de88319 - [LoopDataPrefetch] Remove unused include that's a layering violation
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 08:46:49 PDT 2020
Author: Benjamin Kramer
Date: 2020-04-02T17:46:10+02:00
New Revision: de8831934a1e837f1ec22806e931991914b99389
URL: https://github.com/llvm/llvm-project/commit/de8831934a1e837f1ec22806e931991914b99389
DIFF: https://github.com/llvm/llvm-project/commit/de8831934a1e837f1ec22806e931991914b99389.diff
LOG: [LoopDataPrefetch] Remove unused include that's a layering violation
Added:
Modified:
llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp b/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
index e5255c3b26ff..7e958ad75110 100644
--- a/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
@@ -24,8 +24,8 @@
#include "llvm/Analysis/ScalarEvolutionExpander.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
#include "llvm/Analysis/TargetTransformInfo.h"
-#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/CFG.h"
+#include "llvm/IR/CallSite.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
More information about the llvm-commits
mailing list