Open pgoodman opened 9 years ago
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 via arch::OperandInterface, so that should just be used.
Operand
arch::Operand
arch::OperandInterface
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.