This is an archive of the discontinued LLVM Phabricator instance.

[ARM][NFC] Remove an unused method
ClosedPublic

Authored by ikudrin on Jun 29 2021, 8:05 AM.

Details

Summary

ARMInstPrinter::printMveAddrModeQOperand() was added in D62680, but was never used. It looks like printT2AddrModeImm8Operand<false>() is used instead.

Diff Detail

Event Timeline

ikudrin created this revision.Jun 29 2021, 8:05 AM
ikudrin requested review of this revision.Jun 29 2021, 8:05 AM
simon_tatham accepted this revision.Jun 29 2021, 9:16 AM

Good catch!

This revision is now accepted and ready to land.Jun 29 2021, 9:16 AM
This revision was automatically updated to reflect the committed changes.