projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430d423
)
Balance out quote in debug output.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 30 Mar 2009 20:32:22 +0000
(20:32 +0000)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Spiller.cpp
b/lib/CodeGen/Spiller.cpp
index efb3910f1ada201029c577b3846ea83f9bb71bd8..7b2a32f1c762e2c5784c3cf1d708278790dce36c 100644
(file)
--- 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();