[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)
commit60bc0ab34031daa4955bb2f8decda0a9c8a80371
tree9da5cd9b33ec14765c4fbeb96c6b599db08adf52
parent2ec7970df433844cb9b132f9ba74add307f67f38
[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.

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