[PATCH] D136048: [IR] Rename FuncletPadInst::getNumArgOperands to arg_size (NFC)
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 16 14:58:22 PDT 2022
kazu created this revision.
Herald added subscribers: pmatos, asb, hiraditya, sbc100.
Herald added a project: All.
kazu requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
This patch renames FuncletPadInst::getNumArgOperands to arg_size for
consistency with CallBase, where getNumArgOperands was removed in
favor of arg_size in commit 3e1c787b3160bed4146d3b2b5f922aeed3caafd7 <https://reviews.llvm.org/rG3e1c787b3160bed4146d3b2b5f922aeed3caafd7>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136048
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136048.468101.patch
Type: text/x-patch
Size: 5066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221016/30976612/attachment.bin>
More information about the llvm-commits
mailing list