mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Correct copy-pasto where we're talking about function attributes and not parameter attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c1f3d1a83
commit
8a66b6ab45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user