mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
[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:
parent
ecb6a37111
commit
f959df643a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user