[all-commits] [llvm/llvm-project] 17bcae: [ARM][NFC] Remove an unused method

Igor Kudrin via All-commits all-commits at lists.llvm.org
Wed Jun 30 01:56:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17bcae8906949374495fb396b0baf540feafb1a5
      https://github.com/llvm/llvm-project/commit/17bcae8906949374495fb396b0baf540feafb1a5
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h

  Log Message:
  -----------
  [ARM][NFC] Remove an unused method

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

Differential Revision: https://reviews.llvm.org/D105124




More information about the All-commits mailing list