mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Make MachinePostDominatorTree::DT private
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5373b7c3f
commit
879d90f23c
@ -27,10 +27,12 @@ namespace llvm {
|
||||
/// to compute the a post-dominator tree.
|
||||
///
|
||||
struct MachinePostDominatorTree : public MachineFunctionPass {
|
||||
static char ID;
|
||||
|
||||
private:
|
||||
DominatorTreeBase<MachineBasicBlock> *DT;
|
||||
|
||||
public:
|
||||
static char ID;
|
||||
|
||||
MachinePostDominatorTree();
|
||||
|
||||
~MachinePostDominatorTree();
|
||||
|
Loading…
x
Reference in New Issue
Block a user