diff options
-rw-r--r-- | llvm/lib/CodeGen/RegisterCoalescer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp index 87a3bc04d95..2c1a626af53 100644 --- a/llvm/lib/CodeGen/RegisterCoalescer.cpp +++ b/llvm/lib/CodeGen/RegisterCoalescer.cpp @@ -2840,7 +2840,7 @@ bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { // Recompute the parts of the live range we had to remove because of // CR_Replace conflicts. DEBUG({ - dbgs() << "\t\trestoring liveness to " << EndPoints.size() << " points: " + dbgs() << "\t\trestoring liveness to " << EndPoints.size() << " points: "; for (unsigned i = 0, n = EndPoints.size(); i != n; ++i) { dbgs() << EndPoints[i]; if (i != n-1) |