[PPCInstPrinter] Delete an unneeded overload of printBranchOperand. NFC
authorFangrui Song <maskray@google.com>
Thu, 2 Apr 2020 05:40:56 +0000 (22:40 -0700)
committerFangrui Song <maskray@google.com>
Thu, 2 Apr 2020 05:45:25 +0000 (22:45 -0700)
commitcbd3969e8cd13aba23e843ab72b8807d68804f71
tree9692d3dc8551c7e84cfd36f3e53adff886e1c999
parent85adce3d73589adc5f6ae486ebd035238fb20ac5
[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.
llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h