[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)
commit8b1a5559e93b66785e75da44f62fc8c16219659c
treeeb1e41a2da7766c2b097dc96bb8e11677a484155
parentb7a7566165fc2e878447cb23a76710ea6075f858
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp