[PATCH] D140654: [MC] Use MCRegister instead of unsigned in MCInstPrinter (NFC)
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 15 02:36:03 PST 2023
barannikov88 marked 2 inline comments as done.
barannikov88 added a comment.
@craig.topper I've forward declared `MCRegister` and included `MCRegister.h` where absence of it caused compilation errors. This is not strictly IWYU; should I include it in other places too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140654/new/
https://reviews.llvm.org/D140654
More information about the llvm-commits
mailing list