mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
Typo in LangRef.rst. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfa02bf159
commit
66ac3d52f5
@ -1539,7 +1539,7 @@ example:
|
||||
This function attribute indicates that the function does not have any
|
||||
effects besides calculating its result and does not have undefined behavior.
|
||||
Note that ``speculatable`` is not enough to conclude that along any
|
||||
particular exection path the number of calls to this function will not be
|
||||
particular execution path the number of calls to this function will not be
|
||||
externally observable. This attribute is only valid on functions
|
||||
and declarations, not on individual call sites. If a function is
|
||||
incorrectly marked as speculatable and really does exhibit
|
||||
|
Loading…
Reference in New Issue
Block a user