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 | c29099bb6d8e253d6dd05c6569d23451e72f1507 (patch) | |
tree | 308119b09794fdd9477600ef2ec75cfad608d06c /docs/LangRef.html | |
parent | 46e1e32c1df37d64395bc10e31d856b56d421ff5 (diff) | |
download | external_llvm-c29099bb6d8e253d6dd05c6569d23451e72f1507.zip external_llvm-c29099bb6d8e253d6dd05c6569d23451e72f1507.tar.gz external_llvm-c29099bb6d8e253d6dd05c6569d23451e72f1507.tar.bz2 |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-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 c5cffc3..bba9624 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> |