[llvm] feafc2d - [Transforms] Remove unused forward declaration AAResults
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 08:27:14 PDT 2023
Author: Kazu Hirata
Date: 2023-08-04T08:27:08-07:00
New Revision: feafc2df43545e61a0ba67253284ecbabfd2ba09
URL: https://github.com/llvm/llvm-project/commit/feafc2df43545e61a0ba67253284ecbabfd2ba09
DIFF: https://github.com/llvm/llvm-project/commit/feafc2df43545e61a0ba67253284ecbabfd2ba09.diff
LOG: [Transforms] Remove unused forward declaration AAResults
The last use was removed by:
commit 41b45ce656f3b3e0b281ad3f63e589d9d0f6fe2d
Author: Florian Hahn <flo at fhahn.com>
Date: Mon Dec 19 20:37:47 2022 +0000
Added:
Modified:
llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h b/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
index 01c905946379d0..a96ad3e2596959 100644
--- a/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
+++ b/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
@@ -32,7 +32,6 @@
#include "llvm/Transforms/Utils/LoopUtils.h"
namespace llvm {
-class AAResults;
class AssumptionCache;
class BasicBlock;
class BlockFrequencyInfo;
More information about the llvm-commits
mailing list