projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102dc4e
)
Correct copy-pasto where we're talking about function attributes and not parameter...
author
Bill Wendling
<isanbard@gmail.com>
Mon, 26 Nov 2012 22:04:13 +0000
(22:04 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 26 Nov 2012 22:04:13 +0000
(22:04 +0000)
llvm-svn: 168619
llvm/docs/LangRef.html
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.html
b/llvm/docs/LangRef.html
index
b1ed4e6
..
35ad94d
100644
(file)
--- 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