[llvm] a806b9f - [CodeGen] Remove unused forward declaration DominatorTree
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 24 07:00:03 PDT 2023
Author: Kazu Hirata
Date: 2023-06-24T06:59:52-07:00
New Revision: a806b9fd22f09d025082350d60e5a8596c1debfc
URL: https://github.com/llvm/llvm-project/commit/a806b9fd22f09d025082350d60e5a8596c1debfc
DIFF: https://github.com/llvm/llvm-project/commit/a806b9fd22f09d025082350d60e5a8596c1debfc.diff
LOG: [CodeGen] Remove unused forward declaration DominatorTree
The last use was removed by:
commit 73523021d0a97c150a76a5cf4a91e99cd03b9efb
Author: Chandler Carruth <chandlerc at gmail.com>
Date: Mon Jan 13 13:07:17 2014 +0000
Added:
Modified:
llvm/include/llvm/CodeGen/StackProtector.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/StackProtector.h b/llvm/include/llvm/CodeGen/StackProtector.h
index 1f425dbd36545..b52a93796e798 100644
--- a/llvm/include/llvm/CodeGen/StackProtector.h
+++ b/llvm/include/llvm/CodeGen/StackProtector.h
@@ -26,7 +26,6 @@
namespace llvm {
class BasicBlock;
-class DominatorTree;
class Function;
class Instruction;
class Module;
More information about the llvm-commits
mailing list