Fix a typo
authorNadav Rotem <nrotem@apple.com>
Sat, 20 Oct 2012 05:03:27 +0000 (05:03 +0000)
committerNadav Rotem <nrotem@apple.com>
Sat, 20 Oct 2012 05:03:27 +0000 (05:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166367 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index 7866fcf04ad4276b7be155694ddf58f5d79fda68..968d4719f599b87d1c857f0a1cc2c5731448bd2d 100644 (file)
@@ -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.