[all-commits] [llvm/llvm-project] 6784d8: [DWARFYAML] Rename checkListEntryOperands() to che...

Xing GUO via All-commits all-commits at lists.llvm.org
Tue Jul 28 07:58:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6784d82d5b859cc14a63358d34ed50e6e2f9bf43
      https://github.com/llvm/llvm-project/commit/6784d82d5b859cc14a63358d34ed50e6e2f9bf43
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp

  Log Message:
  -----------
  [DWARFYAML] Rename checkListEntryOperands() to checkOperandCount(). NFC.

This patch renames checkListEntryOperands() to checkOperandCount(), so
that we are able to check DWARF expression operands using the same
function.

Reviewed By: jhenderson, labath

Differential Revision: https://reviews.llvm.org/D84624




More information about the All-commits mailing list