mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cd2ca13c1
commit
0286ade27f
@ -412,8 +412,8 @@ MachineCodeForVMInstr::~MachineCodeForVMInstr()
|
||||
|
||||
class MachineCodeForBasicBlock: public vector<MachineInstr*> {
|
||||
public:
|
||||
typedef vector<MachineInstr*>::iterator iterator;
|
||||
typedef vector<MachineInstr*>::const_iterator const_iterator;
|
||||
typedef vector<const MachineInstr*>::iterator iterator;
|
||||
typedef vector<const MachineInstr*>::const_iterator const_iterator;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user