Remove duplicating code. NFC.
authorMichael Zolotukhin <mzolotukhin@apple.com>
Fri, 9 Jan 2015 20:36:19 +0000 (20:36 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Fri, 9 Jan 2015 20:36:19 +0000 (20:36 +0000)
commitb2e5f58de012198bd9e654e9f99fc19251081b39
treeadeb59d7a4a2b36cf4050f65a24ddc6797d0788b
parent6248d1b15316d737eac84da8d97d36616e88c30a
Remove duplicating code. NFC.

The removed condition is checked in the previous loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225542 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/SLPVectorizer.cpp