[llvm] 4a3942e - [IPO] Remove unused declaration AAResults
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 9 17:32:45 PDT 2023
Author: Kazu Hirata
Date: 2023-07-09T17:32:29-07:00
New Revision: 4a3942e391504ce024506d6213e5a08a72a37850
URL: https://github.com/llvm/llvm-project/commit/4a3942e391504ce024506d6213e5a08a72a37850
DIFF: https://github.com/llvm/llvm-project/commit/4a3942e391504ce024506d6213e5a08a72a37850.diff
LOG: [IPO] Remove unused declaration AAResults
The last use was removed by:
commit 767e429a8088b1387a0b9e640db08ac0636014e2
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: Thu Jun 22 13:11:33 2023 -0700
Added:
Modified:
llvm/include/llvm/Transforms/IPO/Attributor.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h
index aad19a8cf4a444..89e28ba301ef7b 100644
--- a/llvm/include/llvm/Transforms/IPO/Attributor.h
+++ b/llvm/include/llvm/Transforms/IPO/Attributor.h
@@ -152,7 +152,6 @@ struct AAIsDead;
struct AttributorCallGraph;
struct IRPosition;
-class AAResults;
class Function;
/// Abstract Attribute helper functions.
More information about the llvm-commits
mailing list