[llvm] r244619 - fix typos; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 09:10:41 PDT 2015


Author: spatel
Date: Tue Aug 11 11:10:41 2015
New Revision: 244619

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

Modified:
    llvm/trunk/test/Transforms/Inline/inline-optsize.ll

Modified: llvm/trunk/test/Transforms/Inline/inline-optsize.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/inline-optsize.ll?rev=244619&r1=244618&r2=244619&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/inline-optsize.ll (original)
+++ llvm/trunk/test/Transforms/Inline/inline-optsize.ll Tue Aug 11 11:10:41 2015
@@ -3,7 +3,7 @@
 
 ; The inline threshold for a function with the optsize attribute is currently
 ; the same as the global inline threshold for -Os. Check that the optsize
-; function attribute don't alter the function specific inline threshold if the
+; function attribute doesn't alter the function-specific inline threshold if the
 ; global inline threshold is lower (as for -Oz).
 
 @a = global i32 4




More information about the llvm-commits mailing list