summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-20 05:03:27 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-20 05:03:27 +0000
commit3940bafb5449186c2364d263da7f1d4f7e224661 (patch)
tree4823aa555a54cf70f88b2d1bc879fe2a1fece93b /llvm/lib/Transforms
parentf70ca3ceed4988681e1c71ca3f89b2e836dc3a93 (diff)
downloadbcm5719-llvm-3940bafb5449186c2364d263da7f1d4f7e224661.tar.gz
bcm5719-llvm-3940bafb5449186c2364d263da7f1d4f7e224661.zip
Fix a typo
llvm-svn: 166367
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Vectorize/LoopVectorize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index 7866fcf04ad..968d4719f59 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud