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:
ecb6a37
)
[LAA] Fix line break in comment
author
Adam Nemet
<anemet@apple.com>
Thu, 9 Jul 2015 06:47:21 +0000
(06:47 +0000)
committer
Adam Nemet
<anemet@apple.com>
Thu, 9 Jul 2015 06:47:21 +0000
(06:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241785
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/LoopAccessAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/LoopAccessAnalysis.cpp
b/lib/Analysis/LoopAccessAnalysis.cpp
index 3c61bba98a71ecacedd86e1c281e5f87939f82bb..35431f62a6c0c8a15108bc6e6496b1ac39b1b442 100644
(file)
--- a/
lib/Analysis/LoopAccessAnalysis.cpp
+++ b/
lib/Analysis/LoopAccessAnalysis.cpp
@@
-425,7
+425,7
@@
private:
typedef SetVector<MemAccessInfo> PtrAccessSet;
/// \brief Go over all memory access and check whether runtime pointer checks
- /// are needed
///
and build sets of dependency check candidates.
+ /// are needed and build sets of dependency check candidates.
void processMemAccesses();
/// Set of all accesses.