diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2017-05-02 23:24:12 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2017-05-02 23:24:12 +0000 |
commit | c7180204cab2407328fcbfc044e7526b9fcc7b7c (patch) | |
tree | 7d3c00641b53abf165fac8169df62cc9ce24b600 | |
parent | 6707046f9018c34274cdfbc317eb6041631e7f2c (diff) | |
download | bcm5719-llvm-c7180204cab2407328fcbfc044e7526b9fcc7b7c.tar.gz bcm5719-llvm-c7180204cab2407328fcbfc044e7526b9fcc7b7c.zip |
Typo in LangRef.rst. NFC
llvm-svn: 301985
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index bf4973ca9ae..2eab1b8a3db 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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 |