Fix a typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem 2012-10-20 05:03:27 +00:00
parent e6748f91ea
commit 71a1482239

View 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.