diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp index 6d0e523487a..7665d8774d5 100644 --- a/llvm/lib/CodeGen/LiveIntervals.cpp +++ b/llvm/lib/CodeGen/LiveIntervals.cpp @@ -713,7 +713,7 @@ std::ostream& llvm::operator<<(std::ostream& os, os << " {" << li.defs.front(); for (LiveIntervals::Interval::Defs::const_iterator i = next(li.defs.begin()), e = li.defs.end(); i != e; ++i) - os << ", " << *i; + os << "," << *i; os << "}"; os << " = "; |

