[PATCH] D45962: [MC] Use local MCSubtargetInfo in writeNops
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 02:45:37 PDT 2021
peter.smith added a comment.
Created D109425 <https://reviews.llvm.org/D109425> to fix. This is the smallest change I can make in the time I've got this morning. Looks like this only got through because of an unfortunate default parameter. We might be able to prevent that by changing to a const reference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D45962/new/
https://reviews.llvm.org/D45962
More information about the llvm-commits
mailing list