mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +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.
|
/// to compute the a post-dominator tree.
|
||||||
///
|
///
|
||||||
struct MachinePostDominatorTree : public MachineFunctionPass {
|
struct MachinePostDominatorTree : public MachineFunctionPass {
|
||||||
static char ID;
|
private:
|
||||||
|
|
||||||
DominatorTreeBase<MachineBasicBlock> *DT;
|
DominatorTreeBase<MachineBasicBlock> *DT;
|
||||||
|
|
||||||
|
public:
|
||||||
|
static char ID;
|
||||||
|
|
||||||
MachinePostDominatorTree();
|
MachinePostDominatorTree();
|
||||||
|
|
||||||
~MachinePostDominatorTree();
|
~MachinePostDominatorTree();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user