diff options
author | Kevin P. Neal <kevin.neal@sas.com> | 2019-09-30 14:51:59 +0000 |
---|---|---|
committer | Kevin P. Neal <kevin.neal@sas.com> | 2019-09-30 14:51:59 +0000 |
commit | 71c5b38acd0e500ce7e229f8dea37571303e9b14 (patch) | |
tree | e3624ac6ccfd903d892f6d7addbb4445127d32ea | |
parent | 421a186fb4d31ff2e0165502110731a9d752b1b3 (diff) | |
download | bcm5719-llvm-71c5b38acd0e500ce7e229f8dea37571303e9b14.tar.gz bcm5719-llvm-71c5b38acd0e500ce7e229f8dea37571303e9b14.zip |
Fix breakage of sphinx builders. Sorry for leaving this broken over the
weekend!
llvm-svn: 373215
-rw-r--r-- | llvm/docs/LangRef.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 5e2d627d886..70f97c25646 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -15156,9 +15156,6 @@ example, a series of FP operations that each may raise exceptions may be vectorized into a single instruction that raises each unique exception a single time. -Required Function Attributes: -""""""""""""""""""""""""""""" - Proper :ref:`function attributes <fnattrs>` usage is required for the constrained intrinsics to function correctly. |