mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Unbreak build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5ce56f874
commit
9ed816ae52
@ -1006,7 +1006,7 @@ static void dump_registers(BitVector &Regs, const TargetRegisterInfo &TRI) {
|
||||
bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF,
|
||||
const TargetRegisterInfo *TRI, std::vector<CalleeSavedInfo> &CSI) const {
|
||||
DEBUG(dbgs() << LLVM_FUNCTION_NAME << " on "
|
||||
<< MF.getFunction().getName() << '\n');
|
||||
<< MF.getFunction()->getName() << '\n');
|
||||
MachineFrameInfo *MFI = MF.getFrameInfo();
|
||||
BitVector SRegs(Hexagon::NUM_TARGET_REGS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user