just eliminate the uitofp checks. This code isn't doing
authorChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 06:25:21 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 06:25:21 +0000 (06:25 +0000)
commita40e4a0c8abbfe55d25a77e4e98508e43ed1c3ae
treee870ebebd01e99e5e75b0686df898fc920f607a8
parentcf9abd210d3000a9e292d715a3537dbb981fe5b4
just eliminate the uitofp checks.  This code isn't doing
the required validity checks in the first place, and supporting
a condition large enough to require the 32'nd bit isn't worth it.

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