[NFC] Rename shadowed variable in InnerLoopVectorizer::createInductionVariable
authorDavid Sherwood <david.sherwood@arm.com>
Tue, 29 Jun 2021 15:12:17 +0000 (16:12 +0100)
committerDavid Sherwood <david.sherwood@arm.com>
Wed, 30 Jun 2021 10:11:49 +0000 (11:11 +0100)
commit7b7b5b5a2669ff40882c1a5e1d92a75e15b925c4
treee64e2223b90ee1935eea38dc3a8e689d7183861a
parenta24f104645f3faf4d0e4ea6047f933caddb85de5
[NFC] Rename shadowed variable in InnerLoopVectorizer::createInductionVariable

Avoid creating a IRBuilder stack variable with the same name as the
class member.
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp