Let's just declare that it is impossible to construct a std::pair from a null
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 13 Sep 2010 21:29:45 +0000 (21:29 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 13 Sep 2010 21:29:45 +0000 (21:29 +0000)
commitb3e9681cc0ea2d52a1f8cd09880656780dce4073
tree85bca0787d033dd6205c4c9a4e2783de000078ad
parent12b0179c14badcd2c50d4b6b33138bf9905cc1f8
Let's just declare that it is impossible to construct a std::pair from a null
pointer and work around that.

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