[all-commits] [llvm/llvm-project] ef9956: [IR] Rename FuncletPadInst::getNumArgOperands to a...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Oct 17 10:15:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef9956f4347c0450084228199dc427e6a8a0b1bb
https://github.com/llvm/llvm-project/commit/ef9956f4347c0450084228199dc427e6a8a0b1bb
Author: Kazu Hirata <kazu at google.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/WasmEHPrepare.cpp
M llvm/lib/CodeGen/WinEHPrepare.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Core.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list