From: Bill Wendling Date: Mon, 30 Mar 2009 20:32:22 +0000 (+0000) Subject: Balance out quote in debug output. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fd302b7056b9fab0b54f2fcad8e942500de2a50e;p=oota-llvm.git Balance out quote in debug output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68059 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp index efb3910f1ad..7b2a32f1c76 100644 --- a/lib/CodeGen/Spiller.cpp +++ b/lib/CodeGen/Spiller.cpp @@ -906,7 +906,7 @@ void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM, AvailableSpills &Spills, BitVector &RegKills, std::vector &KillOps) { DOUT << "\n**** Local spiller rewriting MBB '" - << MBB.getBasicBlock()->getName() << ":\n"; + << MBB.getBasicBlock()->getName() << "':\n"; MachineFunction &MF = *MBB.getParent();