rename hasVariableOperands() -> isVariadic(). Add some comments.
authorChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 05:19:29 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Jan 2008 05:19:29 +0000 (05:19 +0000)
commit8f707e15fbd09ca948b86419bcb0c92470827ac9
tree16e04d219c3d9795cc8154bcbea580bdb98ce055
parent4764189298b17432f79f01f4b707fc0a0ba33a3c
rename hasVariableOperands() -> isVariadic().  Add some comments.
Evan, please review the comments I added to getNumDefs to make sure
that they are accurate, thx.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45687 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/Target/X86/X86CodeEmitter.cpp
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp