Change intrinsic result type for void to store it as an empty list
authorChris Lattner <sabre@nondot.org>
Mon, 22 Mar 2010 20:56:36 +0000 (20:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Mar 2010 20:56:36 +0000 (20:56 +0000)
commit93dc92e412fd06250e46951bffb6040eca9baebd
tree8cfd6d2eb0dc5903f09f8a3fdc7223480d43759a
parentb751418a3992c9da6f48c988f549c8e4c65e26f1
Change intrinsic result type for void to store it as an empty list
instead of as a single element list with VoidTy.  Now with a fix
for the verifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99206 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/IntrinsicEmitter.cpp