diff --git a/lib/IR/DebugInfo.cpp b/lib/IR/DebugInfo.cpp index 2226dd63be6..42b0dc0fc27 100644 --- a/lib/IR/DebugInfo.cpp +++ b/lib/IR/DebugInfo.cpp @@ -1456,7 +1456,7 @@ void DIExpression::printInternal(raw_ostream &OS) const { case DW_OP_piece: { unsigned Offset = getElement(++I); unsigned Size = getElement(++I); - OS << " offset=" << Offset << ", size= " << Size; + OS << " offset=" << Offset << ", size=" << Size; break; } default: