diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-10-02 16:42:15 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-10-02 16:42:15 +0000 |
| commit | 38666f1d136845e9939350a2b6443d53e7b21219 (patch) | |
| tree | f9501ec6960c49fb89f48d455f682a58340c50fd | |
| parent | 75a0dac4b399bdcbb8e137a8c5c5c1e10d444e3c (diff) | |
| download | bcm5719-llvm-38666f1d136845e9939350a2b6443d53e7b21219.tar.gz bcm5719-llvm-38666f1d136845e9939350a2b6443d53e7b21219.zip | |
Remove an extra whitespace.
llvm-svn: 218886
| -rw-r--r-- | llvm/lib/IR/DebugInfo.cpp | 2 |
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: |

