[all-commits] [llvm/llvm-project] 3081de: [llvm] Migrate from getNumArgOperands to arg_size ...

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Oct 5 08:29:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3081de8c72fc9b6c0cc8b1bb5f02858b78ebaa4c
      https://github.com/llvm/llvm-project/commit/3081de8c72fc9b6c0cc8b1bb5f02858b78ebaa4c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
    M llvm/unittests/IR/InstructionsTest.cpp

  Log Message:
  -----------
  [llvm] Migrate from getNumArgOperands to arg_size (NFC)

Note that getNumArgOperands is considered a legacy name.  See
llvm/include/llvm/IR/InstrTypes.h for details.




More information about the All-commits mailing list