Rename TargetLowering::getNumElements and friends to
authorDan Gohman <gohman@apple.com>
Thu, 21 Jun 2007 14:42:22 +0000 (14:42 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 21 Jun 2007 14:42:22 +0000 (14:42 +0000)
commitb9f10196961ebe5b5573a5705048a5a8a6b56bb3
treef1927288f7daf6bc71c1375869417dae4a428ca7
parent53855ca95c8fd6b61a3cba4782eb280bb1830c2b
Rename TargetLowering::getNumElements and friends to
TargetLowering::getNumRegisters and similar, to avoid confusion with
the actual number of elements for vector types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37687 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp