[LAA] Fix line break in comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241785 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adam Nemet 2015-07-09 06:47:21 +00:00
parent ecb6a37111
commit f959df643a

View File

@ -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.