[all-commits] [llvm/llvm-project] cbd396: [PPCInstPrinter] Delete an unneeded overload of pr...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Apr 1 22:45:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cbd3969e8cd13aba23e843ab72b8807d68804f71
      https://github.com/llvm/llvm-project/commit/cbd3969e8cd13aba23e843ab72b8807d68804f71
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h

  Log Message:
  -----------
  [PPCInstPrinter] Delete an unneeded overload of printBranchOperand. NFC

It was added by D76591 for migration purposes (not all
printBranchOperand users have migrated to the overload with `uint64_t Address`).
Now that all have been migrated, the parameter can go away.




More information about the All-commits mailing list