Use Value::stripPointerCasts instead of reinventing part of the wheel.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 14 Jun 2011 00:59:24 +0000 (00:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 14 Jun 2011 00:59:24 +0000 (00:59 +0000)
commit708c1ac077fbc0cb73d489b4f4df3b2718566b05
tree74295f320320fc38d3a37726dbe2abb2069900c8
parent15cd80c16b4e63b99dcbe45d2baa9456d414aaca
Use Value::stripPointerCasts instead of reinventing part of the wheel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132954 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp