summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
diff options
context:
space:
mode:
authorMaksim Panchenko <maks@fb.com>2015-09-19 04:01:19 +0000
committerMaksim Panchenko <maks@fb.com>2015-09-19 04:01:19 +0000
commit07b754daf815d31fe8546a2f2b1f818d280c48da (patch)
tree8802173d5222c92a14ba36ac742d3270e3bb5e32 /llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
parent27e9e6540cad13c696e8e77106bdf9714017e27c (diff)
downloadbcm5719-llvm-07b754daf815d31fe8546a2f2b1f818d280c48da.tar.gz
bcm5719-llvm-07b754daf815d31fe8546a2f2b1f818d280c48da.zip
Test commit. Fix comment. NFC.
llvm-svn: 248082
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
index 005ceaac3b7..da4c458ad62 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
+++ b/llvm/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 unsigned leb128 value.
void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc,
unsigned PadTo) const {
if (isVerbose() && Desc)
OpenPOWER on IntegriCloud