Handle Void types in ComputeValueVTs. This doesn't currently occur,
authorDan Gohman <gohman@apple.com>
Thu, 23 Apr 2009 22:50:03 +0000 (22:50 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 23 Apr 2009 22:50:03 +0000 (22:50 +0000)
commit5e5558bc66d593605ece81502bc310b7cf9e87f0
treef3573f0549fdab18a4a653443da8dbb2828ed769
parentf1d012c5956fc94ef9570855f4d276598c297eda
Handle Void types in ComputeValueVTs. This doesn't currently occur,
but this change makes the code more general and easier to adapt for
new purposes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69935 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp