summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-10-02 16:42:15 +0000
committerAdrian Prantl <aprantl@apple.com>2014-10-02 16:42:15 +0000
commit38666f1d136845e9939350a2b6443d53e7b21219 (patch)
treef9501ec6960c49fb89f48d455f682a58340c50fd
parent75a0dac4b399bdcbb8e137a8c5c5c1e10d444e3c (diff)
downloadbcm5719-llvm-38666f1d136845e9939350a2b6443d53e7b21219.tar.gz
bcm5719-llvm-38666f1d136845e9939350a2b6443d53e7b21219.zip
Remove an extra whitespace.
llvm-svn: 218886
-rw-r--r--llvm/lib/IR/DebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugInfo.cpp b/llvm/lib/IR/DebugInfo.cpp
index 2226dd63be6..42b0dc0fc27 100644
--- a/llvm/lib/IR/DebugInfo.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud