mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-26 18:20:39 +00:00
Unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -303,10 +303,10 @@ public:
|
|||||||
/// register.
|
/// register.
|
||||||
VarInfo &getVarInfo(unsigned RegIdx);
|
VarInfo &getVarInfo(unsigned RegIdx);
|
||||||
|
|
||||||
void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *BB);
|
void MarkVirtRegAliveInBlock(unsigned reg, MachineBasicBlock *BB);
|
||||||
void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *BB,
|
void MarkVirtRegAliveInBlock(unsigned reg, MachineBasicBlock *BB,
|
||||||
std::vector<MachineBasicBlock*> &WorkList);
|
std::vector<MachineBasicBlock*> &WorkList);
|
||||||
void HandleVirtRegUse(VarInfo &VRInfo, MachineBasicBlock *MBB,
|
void HandleVirtRegUse(unsigned reg, MachineBasicBlock *MBB,
|
||||||
MachineInstr *MI);
|
MachineInstr *MI);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user