[PATCH] D153788: [SystemZ][z/OS] z/OS ADA codegen and emission
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 15:12:05 PDT 2023
chapuni added inline comments.
================
Comment at: llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp:971
+ unsigned Offset = Entry.second;
+ assert(Offset == EmittedBytes && "Offset not as expected");
+#define EMIT_COMMENT(Str) \
----------------
`EmittedBytes` is unused in -Asserts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153788/new/
https://reviews.llvm.org/D153788
More information about the llvm-commits
mailing list