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)
llvm-svn: 166367

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

index 7866fcf..968d471 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.