[PATCH] D119846: [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`

Kan Shengchen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 15 19:12:26 PST 2022


skan accepted this revision.
skan added a comment.
This revision is now accepted and ready to land.

`MCRegisterInfo` is not used b/c it can be got from `MCContext`. It makes sense to remove it in the parameters.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119846/new/

https://reviews.llvm.org/D119846



More information about the cfe-commits mailing list