Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the proper
authorBill Wendling <isanbard@gmail.com>
Wed, 24 Aug 2011 20:28:43 +0000 (20:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 24 Aug 2011 20:28:43 +0000 (20:28 +0000)
commitb05fdd6babada25da2ec3ba54bb462c2ecfc42a8
treee025715daa830c1ebd3d439225b1148f2f1089ab
parentc264b2f6930c275a16bd53bfbd44693d453f0f58
Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the proper
insertion place.

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