[llvm] r218886 - Remove an extra whitespace.
Adrian Prantl
aprantl at apple.com
Thu Oct 2 09:42:15 PDT 2014
Author: adrian
Date: Thu Oct 2 11:42:15 2014
New Revision: 218886
URL: http://llvm.org/viewvc/llvm-project?rev=218886&view=rev
Log:
Remove an extra whitespace.
Modified:
llvm/trunk/lib/IR/DebugInfo.cpp
Modified: llvm/trunk/lib/IR/DebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/DebugInfo.cpp?rev=218886&r1=218885&r2=218886&view=diff
==============================================================================
--- llvm/trunk/lib/IR/DebugInfo.cpp (original)
+++ llvm/trunk/lib/IR/DebugInfo.cpp Thu Oct 2 11:42:15 2014
@@ -1456,7 +1456,7 @@ void DIExpression::printInternal(raw_ost
case DW_OP_piece: {
unsigned Offset = getElement(++I);
unsigned Size = getElement(++I);
- OS << " offset=" << Offset << ", size= " << Size;
+ OS << " offset=" << Offset << ", size=" << Size;
break;
}
default:
More information about the llvm-commits
mailing list