From 3e1a54cbec0dff8af6aa73ef2ac3c664b58c038f Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 11 Aug 2015 16:10:41 +0000 Subject: [PATCH] fix typos; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244619 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/Inline/inline-optsize.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/Inline/inline-optsize.ll b/test/Transforms/Inline/inline-optsize.ll index 820e56f7f8e..b01a1f657f3 100644 --- a/test/Transforms/Inline/inline-optsize.ll +++ b/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 -- 2.34.1