[IR] Rename FuncletPadInst::getNumArgOperands to arg_size (NFC)
authorKazu Hirata <kazu@google.com>
Mon, 17 Oct 2022 17:15:10 +0000 (10:15 -0700)
committerKazu Hirata <kazu@google.com>
Mon, 17 Oct 2022 17:15:10 +0000 (10:15 -0700)
commitef9956f4347c0450084228199dc427e6a8a0b1bb
tree4c545ef18e818c6dcb7cca66576d4232e58390d2
parent3ba60576c5b2524f9b94283aaf29475fa2faa54f
[IR] Rename FuncletPadInst::getNumArgOperands to arg_size (NFC)

This patch renames FuncletPadInst::getNumArgOperands to arg_size for
consistency with CallBase, where getNumArgOperands was removed in
favor of arg_size in commit 3e1c787b3160bed4146d3b2b5f922aeed3caafd7

Differential Revision: https://reviews.llvm.org/D136048
llvm/include/llvm/IR/InstrTypes.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
llvm/lib/CodeGen/WasmEHPrepare.cpp
llvm/lib/CodeGen/WinEHPrepare.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/Core.cpp