Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the
authorDan Gohman <gohman@apple.com>
Mon, 14 Dec 2009 17:31:01 +0000 (17:31 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 Dec 2009 17:31:01 +0000 (17:31 +0000)
commit30844c3950ee869eb430ce718b5a994fabed7aa7
tree362324f6a025d66c8fdd1c8b60fb0c149dcf66fc
parentc71c0e958c55bbf389ba27edfa9a7d4206a8fe2c
Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the
condition was inverted when the code was converted to contains().

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