diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-11-26 22:04:13 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-11-26 22:04:13 +0000 |
| commit | 8fd23aba4848a65fb3eb93f3008d0d0691a62aef (patch) | |
| tree | 0c595a049b55fc27bc56e2520cbec86a78e0d203 | |
| parent | 102dc4e30d11024cb1ae58a2c7cc23ff2ab46443 (diff) | |
| download | bcm5719-llvm-8fd23aba4848a65fb3eb93f3008d0d0691a62aef.tar.gz bcm5719-llvm-8fd23aba4848a65fb3eb93f3008d0d0691a62aef.zip | |
Correct copy-pasto where we're talking about function attributes and not parameter attributes.
llvm-svn: 168619
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index b1ed4e6e48a..35ad94d9900 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1197,7 +1197,7 @@ define void @f() gc "name" { ... } <p>Function attributes are set to communicate additional information about a function. Function attributes are considered to be part of the function, not - of the function type, so functions with different parameter attributes can + of the function type, so functions with different function attributes can have the same function type.</p> <p>Function attributes are simple keywords that follow the type specified. If |

