From 1b4ffe02f0b7548f604e14ac9668953b0a213622 Mon Sep 17 00:00:00 2001 From: "Kevin P. Neal" Date: Mon, 30 Sep 2019 14:51:59 +0000 Subject: [PATCH] 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 --- docs/LangRef.rst | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.50.1