[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)
commit17246b12cf40663197abe95f29ab72bb163924ce
treeadfbf6bc844b15638ba8371fa1883d6fcc5647ea
parent60dbe0fd0dbb5f52411a399480b2b8066839de37
[TableGen] Remove all the variations of RecTy::convertValue and just handle the conversions in convertInitializerTo directly. This saves a bunch of vtable entries. NFC

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