[DWARFYAML] Rename checkListEntryOperands() to checkOperandCount(). NFC.
authorXing GUO <higuoxing@gmail.com>
Tue, 28 Jul 2020 14:20:10 +0000 (22:20 +0800)
committerXing GUO <higuoxing@gmail.com>
Tue, 28 Jul 2020 14:57:39 +0000 (22:57 +0800)
commit6784d82d5b859cc14a63358d34ed50e6e2f9bf43
tree33c8c8fb4295f30d8fed5793929c5f7ece5766ad
parentcda2eb3ad2bbe923e74d6eb083af196a0622d800
[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
llvm/lib/ObjectYAML/DWARFEmitter.cpp