If we can convert the return pointer type into an integer that IntPtrType
authorAndrew Lenharth <andrewl@lenharth.org>
Thu, 20 Apr 2006 14:56:47 +0000 (14:56 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Thu, 20 Apr 2006 14:56:47 +0000 (14:56 +0000)
commit8117f9a40e325b5a051ab3d71bfc847c733c054e
tree4647cce1ec80770320577cee4e59dcd8ce96b8e2
parent3b9adf8864957db64a721bc222ea021cde64c3ce
If we can convert the return pointer type into an integer that IntPtrType
can be converted to losslessly, we can continue the conversion to a direct call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp