diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-03-30 20:32:22 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-03-30 20:32:22 +0000 |
commit | a5f5ea9e330283b0a31925eba368a550d5eef1fb (patch) | |
tree | 661bbdc1595cf75c4299bced9b0185e4252b42cd /lib/CodeGen/Spiller.cpp | |
parent | 0e151d2dab8d38113b62a089c2b101f80d7ebd4f (diff) | |
download | external_llvm-a5f5ea9e330283b0a31925eba368a550d5eef1fb.zip external_llvm-a5f5ea9e330283b0a31925eba368a550d5eef1fb.tar.gz external_llvm-a5f5ea9e330283b0a31925eba368a550d5eef1fb.tar.bz2 |
Balance out quote in debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.cpp')
-rw-r--r-- | lib/CodeGen/Spiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp index efb3910..7b2a32f 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<MachineOperand*> &KillOps) { DOUT << "\n**** Local spiller rewriting MBB '" - << MBB.getBasicBlock()->getName() << ":\n"; + << MBB.getBasicBlock()->getName() << "':\n"; MachineFunction &MF = *MBB.getParent(); |