projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ceff5c
)
Remove an extra whitespace.
author
Adrian Prantl
<aprantl@apple.com>
Thu, 2 Oct 2014 16:42:15 +0000
(16:42 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Thu, 2 Oct 2014 16:42:15 +0000
(16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218886
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/DebugInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/DebugInfo.cpp
b/lib/IR/DebugInfo.cpp
index 2226dd63be654eb8c372d58f4d338dc65233dfb1..42b0dc0fc271b0cf1544b5b8ac66a47d269c395d 100644
(file)
--- 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: