[PATCH] D140654: [MC] Use MCRegister instead of unsigned in MCInstPrinter (NFC)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 15 00:41:07 PST 2023


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/MC/MCInstPrinter.h:12
 
+#include "llvm/MC/MCRegister.h"
 #include "llvm/Support/Format.h"
----------------
Can this be a forward reference?


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