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:
421a186
)
Fix breakage of sphinx builders. Sorry for leaving this broken over the
author
Kevin P. Neal
<kevin.neal@sas.com>
Mon, 30 Sep 2019 14:51:59 +0000
(14:51 +0000)
committer
Kevin P. Neal
<kevin.neal@sas.com>
Mon, 30 Sep 2019 14:51:59 +0000
(14:51 +0000)
weekend!
llvm-svn: 373215
llvm/docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.rst
b/llvm/docs/LangRef.rst
index
5e2d627
..
70f97c2
100644
(file)
--- 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.