From: Nadav Rotem Date: Sat, 20 Oct 2012 05:03:27 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=71a148223907504c78f90f835131d5e8921011ad;p=oota-llvm.git Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166367 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 7866fcf04ad..968d4719f59 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -206,7 +206,7 @@ private: /// we read and write from memory. This method checks if it is /// legal to vectorize the code, considering only memory constrains. /// Returns true if BB is vectorizable - bool canVectorizeMemory(BasicBlock &BB;) + bool canVectorizeMemory(BasicBlock &BB); // Check if a pointer value is known to be disjoint. // Example: Alloca, Global, NoAlias.