Try to fix documentation bot warning
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 22 Oct 2014 00:15:53 +0000 (00:15 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 22 Oct 2014 00:15:53 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220352 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 669178bf603db2aab488cd841a709ee95e08a9d0..e4c38a516e9db215587579e21afe707ef3676878 100644 (file)
@@ -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:
 """""""