This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Refactor late mangling to use arch::Operand
instead of the Operand
.
#90
Labels
It's a bit wasteful and fanciful to use the
Operand
interface, plus matching and whatnot, to do something that already knows better. Further,arch::Operand
already exposes a generic interface viaarch::OperandInterface
, so that should just be used.The text was updated successfully, but these errors were encountered: