From: Sanjay Patel Date: Mon, 27 Jul 2015 23:43:09 +0000 (+0000) Subject: fix typo; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13008a41883007d74862f62a3cd199cef8f238e1;p=oota-llvm.git fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243351 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 4412d9b3c68..c72e7ae4fb5 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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