Remove redundant variable.
authorMichael Zolotukhin <mzolotukhin@apple.com>
Tue, 9 Dec 2014 22:45:07 +0000 (22:45 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Tue, 9 Dec 2014 22:45:07 +0000 (22:45 +0000)
commitc9f47d88217c1e31a9768a71855f99d9a07c4df8
treed88e0984f6566f28443a03341d869b5ebfa6703a
parent7d7b761cd0f4f4d17a79324668b1ec758b7791ad
Remove redundant variable.

Tested by adding assert(LoopVectorPreHeader == VecPreheader) on LLVM
test suite and SPECs.

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