[llvm] r373215 - Fix breakage of sphinx builders. Sorry for leaving this broken over the
Kevin P. Neal via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 07:51:59 PDT 2019
Author: kpn
Date: Mon Sep 30 07:51:59 2019
New Revision: 373215
URL: http://llvm.org/viewvc/llvm-project?rev=373215&view=rev
Log:
Fix breakage of sphinx builders. Sorry for leaving this broken over the
weekend!
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=373215&r1=373214&r2=373215&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon Sep 30 07:51:59 2019
@@ -15156,9 +15156,6 @@ example, a series of FP operations that
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.
More information about the llvm-commits
mailing list