diff options
author | Paul Redmond <paul.redmond@intel.com> | 2012-12-09 19:46:31 +0000 |
---|---|---|
committer | Paul Redmond <paul.redmond@intel.com> | 2012-12-09 19:46:31 +0000 |
commit | b48fdbc811b0bf7dec0780b4d03169d8ee835d03 (patch) | |
tree | 2b154de1ac62288952c8465e6e1e3c96c3dd0dad /lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | d8fdf5d37975b18bdc0b347242d78e2da7504a0c (diff) |
test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Vectorize/LoopVectorize.cpp')
-rw-r--r-- | lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 166ad33cac..66ac0b4b5e 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -139,7 +139,7 @@ private: 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. |