From c3d2cc5ab8c42de86f4e689818c51a2cc5858c40 Mon Sep 17 00:00:00 2001 From: Matthew Simpson Date: Wed, 5 Oct 2016 19:19:49 +0000 Subject: [PATCH] [LV] Remove obsolete comment (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283365 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Vectorize/LoopVectorize.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.50.1