Skip to content

Commit

Permalink
[SystemZ][z/OS] Address single comment in ADA patch for EmittedBytes …
Browse files Browse the repository at this point in the history
…unused in -Asserts
  • Loading branch information
Yusra Syeda committed Jul 6, 2023
1 parent 6685fd8 commit c2964a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ void SystemZAsmPrinter::emitADASection() {
std::tie(Sym, SlotKind) = Entry.first;
unsigned Offset = Entry.second;
assert(Offset == EmittedBytes && "Offset not as expected");
(void)EmittedBytes;
#define EMIT_COMMENT(Str) \
OutStreamer->AddComment(Twine("Offset ") \
.concat(utostr(Offset)) \
Expand Down

0 comments on commit c2964a5

Please sign in to comment.