summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterCoalescer.cpp
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-08-26 16:50:57 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-08-26 16:50:57 +0000
commitfb18d1e381717b8f8747a0b4f3c98a52c96f3e18 (patch)
tree4da7ba13b917d4c7662669e7d87e3fe5dd9b545f /llvm/lib/CodeGen/RegisterCoalescer.cpp
parenteb34b71f0adeea97adf79d8c0af8428f93761d46 (diff)
downloadbcm5719-llvm-fb18d1e381717b8f8747a0b4f3c98a52c96f3e18.tar.gz
bcm5719-llvm-fb18d1e381717b8f8747a0b4f3c98a52c96f3e18.zip
Missed a semicolon in r279835
llvm-svn: 279836
Diffstat (limited to 'llvm/lib/CodeGen/RegisterCoalescer.cpp')
-rw-r--r--llvm/lib/CodeGen/RegisterCoalescer.cpp2
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)
OpenPOWER on IntegriCloud