[TableGen] Remove convertValue functions for UnOpInit, BinOpInit, and TernOpInit...
authorCraig Topper <craig.topper@gmail.com>
Fri, 29 May 2015 05:51:32 +0000 (05:51 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 29 May 2015 05:51:32 +0000 (05:51 +0000)
commit2af5e6fbf921401f6dc5d71a44cbc1b609c1d30c
tree656f41f8e3d33d709045994692a572ea4c135510
parent76c757cc353e3e564bf495aaa64a2822c396cb59
[TableGen] Remove convertValue functions for UnOpInit, BinOpInit, and TernOpInit as they weren't able to be called.

I don't think converting the inputs to the Ops was the right behavior anyway.

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