From: Matthew Simpson Date: Wed, 5 Oct 2016 19:19:49 +0000 (+0000) Subject: [LV] Remove obsolete comment (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3d2cc5ab8c42de86f4e689818c51a2cc5858c40;p=llvm [LV] Remove obsolete comment (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283365 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index be45b6b0d26..c7a3bc44675 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -382,9 +382,7 @@ public: // Perform the actual loop widening (vectorization). // MinimumBitWidths maps scalar integer values to the smallest bitwidth they // can be validly truncated to. The cost model has assumed this truncation - // will happen when vectorizing. VecValuesToIgnore contains scalar values - // that the cost model has chosen to ignore because they will not be - // vectorized. + // will happen when vectorizing. void vectorize(LoopVectorizationLegality *L, const MapVector &MinimumBitWidths) { MinBWs = &MinimumBitWidths;