mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-18 10:24:45 +00:00
const on its own line is confusing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1426,8 +1426,8 @@ void AsmPrinter::EmitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
|
|||||||
/// where the size in bytes of the directive is specified by Size and Hi/Lo
|
/// where the size in bytes of the directive is specified by Size and Hi/Lo
|
||||||
/// specify the labels. This implicitly uses .set if it is available.
|
/// specify the labels. This implicitly uses .set if it is available.
|
||||||
void AsmPrinter::EmitLabelOffsetDifference(const MCSymbol *Hi, uint64_t Offset,
|
void AsmPrinter::EmitLabelOffsetDifference(const MCSymbol *Hi, uint64_t Offset,
|
||||||
const MCSymbol *Lo, unsigned Size)
|
const MCSymbol *Lo,
|
||||||
const {
|
unsigned Size) const {
|
||||||
|
|
||||||
// Emit Hi+Offset - Lo
|
// Emit Hi+Offset - Lo
|
||||||
// Get the Hi+Offset expression.
|
// Get the Hi+Offset expression.
|
||||||
|
Reference in New Issue
Block a user