mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-19 04:28:20 +00:00
Balance out quote in debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -906,7 +906,7 @@ void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM,
|
|||||||
AvailableSpills &Spills, BitVector &RegKills,
|
AvailableSpills &Spills, BitVector &RegKills,
|
||||||
std::vector<MachineOperand*> &KillOps) {
|
std::vector<MachineOperand*> &KillOps) {
|
||||||
DOUT << "\n**** Local spiller rewriting MBB '"
|
DOUT << "\n**** Local spiller rewriting MBB '"
|
||||||
<< MBB.getBasicBlock()->getName() << ":\n";
|
<< MBB.getBasicBlock()->getName() << "':\n";
|
||||||
|
|
||||||
MachineFunction &MF = *MBB.getParent();
|
MachineFunction &MF = *MBB.getParent();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user