From 9886b0da3b760077633f0db63fcf33b1b3dcc118 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 22 Oct 2014 00:15:53 +0000 Subject: [PATCH] Try to fix documentation bot warning llvm-svn: 220352 --- llvm/docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 669178b..e4c38a5 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -8051,7 +8051,7 @@ This function returns the same values as the libm ``fabs`` functions would, and handles error conditions in the same way. '``llvm.minnum.*``' Intrinsic -^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: """"""" @@ -8093,7 +8093,7 @@ returns a value that compares equal to both operands. This means that fmin(+/-0.0, +/-0.0) could return either -0.0 or 0.0. '``llvm.maxnum.*``' Intrinsic -^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: """"""" -- 2.7.4