[TableGen] Remove ListInit::size() in favor of getSize() which does the same thing...
authorCraig Topper <craig.topper@gmail.com>
Thu, 14 May 2015 05:53:56 +0000 (05:53 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 14 May 2015 05:53:56 +0000 (05:53 +0000)
commit1fbf73bae348bcf49f5bcd43a65f11a80d9a513b
treefefcc5cb3d39d62dc49a35ce135d3360524518aa
parentbbf57b36bbfbfe6c4167751919f5bfd8a141036b
[TableGen] Remove ListInit::size() in favor of getSize() which does the same thing and is already used in most places. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237341 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TableGen/Record.h
utils/TableGen/CodeGenRegisters.cpp