From: Adam Nemet Date: Thu, 9 Jul 2015 06:47:21 +0000 (+0000) Subject: [LAA] Fix line break in comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f959df643a8759cfdd3e882257bff11682882efd;p=oota-llvm.git [LAA] Fix line break in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LoopAccessAnalysis.cpp b/lib/Analysis/LoopAccessAnalysis.cpp index 3c61bba98a7..35431f62a6c 100644 --- a/lib/Analysis/LoopAccessAnalysis.cpp +++ b/lib/Analysis/LoopAccessAnalysis.cpp @@ -425,7 +425,7 @@ private: typedef SetVector 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.