[TableGen] Remove all the variations of RecTy::convertValue and just handle the conve...
authorCraig Topper <craig.topper@gmail.com>
Sat, 30 May 2015 07:34:51 +0000 (07:34 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 30 May 2015 07:34:51 +0000 (07:34 +0000)
commit9581906983da14525212b5234705c6bae311a12a
tree16c18d4ae5d506598efb84de5c3a10d6c4dd4364
parent97d87450870de843d4dfe27f256813d51297b8a8
[TableGen] Remove all the variations of RecTy::convertValue and just handle the conversions in convertInitializerTo directly. This saves a bunch of vtable entries. NFC

llvm-svn: 238646
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp