Fix another problem where LSR was being nondeterminstic. Also remove elements
authorChris Lattner <sabre@nondot.org>
Tue, 11 Oct 2005 18:30:57 +0000 (18:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Oct 2005 18:30:57 +0000 (18:30 +0000)
commit7b445c521bc191d0d25799b289e17b45f202a1af
treec61b09220d17aa945557574b564012fa0cc0f6bb
parent4b43159c55b30551f667b21143d943a852cc9ea9
Fix another problem where LSR was being nondeterminstic.  Also remove elements
from the end of a vector instead of the beginning

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