From f7cd6b391a7ad85f2aa60d11e35b054ec91d15fc Mon Sep 17 00:00:00 2001 From: Paul Redmond Date: Sun, 9 Dec 2012 19:46:31 +0000 Subject: test commit. llvm-svn: 169709 --- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 166ad33cac4..66ac0b4b5e1 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -139,7 +139,7 @@ private: typedef SmallVector 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. -- cgit v1.2.3