[llvm-commits] [llvm] r142079 - /llvm/trunk/include/llvm/Analysis/AliasAnalysis.h

Nick Lewycky nicholas at mxc.ca
Sat Oct 15 12:36:45 PDT 2011


Author: nicholas
Date: Sat Oct 15 14:36:45 2011
New Revision: 142079

URL: http://llvm.org/viewvc/llvm-project?rev=142079&view=rev
Log:
Fix extra whitespace in comment.

Modified:
    llvm/trunk/include/llvm/Analysis/AliasAnalysis.h

Modified: llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/AliasAnalysis.h?rev=142079&r1=142078&r2=142079&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/AliasAnalysis.h (original)
+++ llvm/trunk/include/llvm/Analysis/AliasAnalysis.h Sat Oct 15 14:36:45 2011
@@ -327,7 +327,7 @@
   }
 
   /// doesAccessArgPointees - Return true if functions with the specified
-  /// behavior are known to potentially read or write  from objects pointed
+  /// behavior are known to potentially read or write from objects pointed
   /// to be their pointer-typed arguments (with arbitrary offsets).
   ///
   static bool doesAccessArgPointees(ModRefBehavior MRB) {





More information about the llvm-commits mailing list