Fixed warning concerning implicit conversion from a NULL pointer
authorTed Kremenek <kremenek@apple.com>
Mon, 29 Oct 2007 18:43:39 +0000 (18:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 29 Oct 2007 18:43:39 +0000 (18:43 +0000)
commit8308a4853628c455abeb21f7fef8772366decfa5
tree8b94ca37cbd162da19524c09dda1b696045db504
parentc20b0fbfcde995f472096aa9fde9fe2aeb71af94
Fixed warning concerning implicit conversion from a NULL pointer
constant to an unsigned int.  We now just directly assign the literal 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/Deserialize.cpp