diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-08-11 16:10:41 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-08-11 16:10:41 +0000 |
| commit | cdd5ec47edf27781c0c268c56767e9d62f1a3b52 (patch) | |
| tree | 1fcf023d6f390fb9d74a9027c1d8fe1311ac8296 /llvm/test | |
| parent | 278004be392a6a34208b382eeb744c562d66f9b4 (diff) | |
| download | bcm5719-llvm-cdd5ec47edf27781c0c268c56767e9d62f1a3b52.tar.gz bcm5719-llvm-cdd5ec47edf27781c0c268c56767e9d62f1a3b52.zip | |
fix typos; NFC
llvm-svn: 244619
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/Inline/inline-optsize.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

