From: Kevin P. Neal Date: Mon, 30 Sep 2019 14:51:59 +0000 (+0000) Subject: Fix breakage of sphinx builders. Sorry for leaving this broken over the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b4ffe02f0b7548f604e14ac9668953b0a213622;p=llvm Fix breakage of sphinx builders. Sorry for leaving this broken over the weekend! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373215 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 5e2d627d886..70f97c25646 100644 --- a/docs/LangRef.rst +++ b/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 ` usage is required for the constrained intrinsics to function correctly.