mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
Test commit. Fix comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdf4ccfe9b
commit
3d047dfbb7
@ -47,7 +47,7 @@ void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
|
|||||||
OutStreamer->EmitSLEB128IntValue(Value);
|
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,
|
void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc,
|
||||||
unsigned PadTo) const {
|
unsigned PadTo) const {
|
||||||
if (isVerbose() && Desc)
|
if (isVerbose() && Desc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user