Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
authorJohn McCall <rjmccall@apple.com>
Thu, 17 Sep 2009 20:35:18 +0000 (20:35 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 17 Sep 2009 20:35:18 +0000 (20:35 +0000)
commit2fed70daaf6cf77ec62166041fef11ba7cf68173
treeea48ee71ec5152e14c46cfb857fffb78e3c5bc62
parent2ef4d5dbf316593c5b751ee1c9c5ed9b3373f2a5
Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
instead of the PtrTraits provided.  Allows PointerIntPair to contain a
PointerUnion safely, as long as the bits add up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82163 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/PointerIntPair.h