Skip to content

Commit

Permalink
[CodeGen] Remove unused forward declaration DominatorTree
Browse files Browse the repository at this point in the history
The last use was removed by:

  commit 7352302
  Author: Chandler Carruth <chandlerc@gmail.com>
  Date:   Mon Jan 13 13:07:17 2014 +0000
  • Loading branch information
kazutakahirata committed Jun 24, 2023
1 parent 3f802e3 commit a806b9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/CodeGen/StackProtector.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
namespace llvm {

class BasicBlock;
class DominatorTree;
class Function;
class Instruction;
class Module;
Expand Down

0 comments on commit a806b9f

Please sign in to comment.