projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8fdf5d
)
test commit.
author
Paul Redmond
<paul.redmond@intel.com>
Sun, 9 Dec 2012 19:46:31 +0000
(19:46 +0000)
committer
Paul Redmond
<paul.redmond@intel.com>
Sun, 9 Dec 2012 19:46:31 +0000
(19:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169709
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Vectorize/LoopVectorize.cpp
b/lib/Transforms/Vectorize/LoopVectorize.cpp
index 166ad33cac4e3377b45c64659be4ba73d401934b..66ac0b4b5e15d8bd50c703c6cb91d96ebfa05b93 100644
(file)
--- 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 comp
e
rator value or NULL if no check is needed.
+ /// Returns the comp
a
rator 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.