From cdd5ec47edf27781c0c268c56767e9d62f1a3b52 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 11 Aug 2015 16:10:41 +0000 Subject: fix typos; NFC llvm-svn: 244619 --- llvm/test/Transforms/Inline/inline-optsize.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/Transforms/Inline/inline-optsize.ll b/llvm/test/Transforms/Inline/inline-optsize.ll index 820e56f7f8e..b01a1f657f3 100644 --- a/llvm/test/Transforms/Inline/inline-optsize.ll +++ b/llvm/test/Transforms/Inline/inline-optsize.ll @@ -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 -- cgit v1.2.3