mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Try to fix MSVC build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212888 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4118913074
commit
bf9b767eb8
@ -22,7 +22,7 @@ class MachineDominanceFrontier : public MachineFunctionPass {
|
|||||||
public:
|
public:
|
||||||
typedef DominatorTreeBase<MachineBasicBlock> DomTreeT;
|
typedef DominatorTreeBase<MachineBasicBlock> DomTreeT;
|
||||||
typedef DomTreeNodeBase<MachineBasicBlock> DomTreeNodeT;
|
typedef DomTreeNodeBase<MachineBasicBlock> DomTreeNodeT;
|
||||||
typedef typename DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
|
typedef DominanceFrontierBase<MachineBasicBlock>::DomSetType DomSetType;
|
||||||
typedef DominanceFrontierBase<MachineBasicBlock>::iterator iterator;
|
typedef DominanceFrontierBase<MachineBasicBlock>::iterator iterator;
|
||||||
typedef DominanceFrontierBase<MachineBasicBlock>::const_iterator const_iterator;
|
typedef DominanceFrontierBase<MachineBasicBlock>::const_iterator const_iterator;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user