[llvm-commits] [llvm] r169709 - /llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
Paul Redmond
paul.redmond at intel.com
Sun Dec 9 11:46:31 PST 2012
Author: predmond
Date: Sun Dec 9 13:46:31 2012
New Revision: 169709
URL: http://llvm.org/viewvc/llvm-project?rev=169709&view=rev
Log:
test commit.
Modified:
llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
Modified: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp?rev=169709&r1=169708&r2=169709&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Sun Dec 9 13:46:31 2012
@@ -139,7 +139,7 @@
typedef SmallVector<PHINode*, 4> PhiVector;
/// Add code that checks at runtime if the accessed arrays overlap.
- /// Returns the comperator value or NULL if no check is needed.
+ /// Returns the comparator value or NULL if no check is needed.
Value *addRuntimeCheck(LoopVectorizationLegality *Legal,
Instruction *Loc);
/// Create an empty loop, based on the loop ranges of the old loop.
More information about the llvm-commits
mailing list