[LV] Remove unnecessary assignment to UserIC.

llvm-svn: 353469
This commit is contained in:
Florian Hahn 2019-02-07 21:23:37 +00:00
parent 238ce2128c
commit f557a94aa3
1 changed files with 0 additions and 1 deletions

View File

@ -7357,7 +7357,6 @@ bool LoopVectorizePass::processLoop(Loop *L) {
"InterleavingAvoided",
"Ignoring UserIC, because interleaving was avoided up front");
InterleaveLoop = false;
UserIC = 1;
} else if (IC == 1 && UserIC <= 1) {
// Tell the user interleaving is not beneficial.
LLVM_DEBUG(dbgs() << "LV: Interleaving is not beneficial.\n");