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:
bdf4ccf
)
Test commit. Fix comment. NFC.
author
Maksim Panchenko
<maks@fb.com>
Sat, 19 Sep 2015 04:01:19 +0000
(
04:01
+0000)
committer
Maksim Panchenko
<maks@fb.com>
Sat, 19 Sep 2015 04:01:19 +0000
(
04:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248082
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
b/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
index 005ceaac3b70a877ed5fa134b5aee5b70759506e..da4c458ad627e43ab8d44e82ca71198105334b1b 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
+++ b/
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
@@
-47,7
+47,7
@@
void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
OutStreamer->EmitSLEB128IntValue(Value);
}
-/// EmitULEB128 - emit the specified signed leb128 value.
+/// EmitULEB128 - emit the specified
un
signed leb128 value.
void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc,
unsigned PadTo) const {
if (isVerbose() && Desc)