[llvm] r243351 - fix typo; NFC

Sanjay Patel spatel at rotateright.com
Mon Jul 27 16:43:10 PDT 2015


Author: spatel
Date: Mon Jul 27 18:43:09 2015
New Revision: 243351

URL: http://llvm.org/viewvc/llvm-project?rev=243351&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=243351&r1=243350&r2=243351&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Jul 27 18:43:09 2015
@@ -1993,7 +1993,7 @@ protected:
   unsigned MaxStoresPerMemmove;
 
   /// Maximum number of store instructions that may be substituted for a call to
-  /// memmove, used for functions with OpSize attribute.
+  /// memmove, used for functions with OptSize attribute.
   unsigned MaxStoresPerMemmoveOptSize;
 
   /// Tells the code generator that select is more expensive than a branch if





More information about the llvm-commits mailing list