diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-29 18:34:44 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-29 18:34:44 +0000 |
commit | 66c6c65de28c3140fd4d048535fc259fc3f71479 (patch) | |
tree | 308119b09794fdd9477600ef2ec75cfad608d06c | |
parent | c580144f41393217f928a0f8a99ff2cb066d460a (diff) |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56796 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index c5cffc3982..bba96240d8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -930,7 +930,7 @@ situation. This attribute may not be used together with <tt>alwaysinline</tt> attribute.</dd> <dt><tt>optsize</tt></dt> -<dd>This attribute suggests optimization passes and code generator passes to +<dd>This attribute suggests that optimization passes and code generator passes make choices that help reduce code size.</dd> <dt><tt>noreturn</tt></dt> |