Since TypeInfos are passed as i8 pointers, a NULL TypeInfo should be passed
authorDuncan Sands <baldrick@free.fr>
Fri, 1 Jun 2007 08:18:30 +0000 (08:18 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 1 Jun 2007 08:18:30 +0000 (08:18 +0000)
commit398898cc6a4cba85d908444a2bb42b1a9fc3df2a
tree97a9bff0a3edc529be0e605e198da609ef805273
parent8c52938e44c6eacfee5faf7103e567f79fa5ebef
Since TypeInfos are passed as i8 pointers, a NULL TypeInfo should be passed
as a null i8 pointer not as a 0 i32.

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