Balance out quote in debug output.
authorBill Wendling <isanbard@gmail.com>
Mon, 30 Mar 2009 20:32:22 +0000 (20:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 30 Mar 2009 20:32:22 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Spiller.cpp

index efb3910f1ada201029c577b3846ea83f9bb71bd8..7b2a32f1c762e2c5784c3cf1d708278790dce36c 100644 (file)
@@ -906,7 +906,7 @@ void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM,
                               AvailableSpills &Spills, BitVector &RegKills,
                               std::vector<MachineOperand*> &KillOps) {
   DOUT << "\n**** Local spiller rewriting MBB '"
-       << MBB.getBasicBlock()->getName() << ":\n";
+       << MBB.getBasicBlock()->getName() << "':\n";
 
   MachineFunction &MF = *MBB.getParent();