[x86] Switch my usage of VariadicFunction to a "normal" variadic
authorChandler Carruth <chandlerc@gmail.com>
Mon, 16 Feb 2015 09:59:48 +0000 (09:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 16 Feb 2015 09:59:48 +0000 (09:59 +0000)
commite63bbd97a7f490f90b6bb6ee5ec555a70a89ff4c
tree7a3c782fd850aa5ce443ade835dfc47ed9bf54ed
parent8b576a579a94501a9fb8ec3869d383999b8031f9
[x86] Switch my usage of VariadicFunction to a "normal" variadic
template now that we can use them.

This is, of course, horribly ugly because of the required recursive
formulation. Suggestions for making it less ugly welcome.

llvm-svn: 229367
llvm/lib/Target/X86/X86ISelLowering.cpp