Move the sorting of the StrideOrder array earlier so that it doesn't
authorDan Gohman <gohman@apple.com>
Mon, 9 Mar 2009 20:46:50 +0000 (20:46 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Mar 2009 20:46:50 +0000 (20:46 +0000)
commitf7912df4cbdb44aeac9ac9907c192dfc1e22646d
tree0797f927b5e422abbcb2b53f876f68c0bc4fd660
parent9f4ac31a9406c1f110e57b347689e15f64b33151
Move the sorting of the StrideOrder array earlier so that it doesn't
have to be done twice.

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