[llvm] r300865 - Fix formatting of constrained FP intrinsic documentation

Andrew Kaylor via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 11:18:37 PDT 2017


Author: akaylor
Date: Thu Apr 20 13:18:36 2017
New Revision: 300865

URL: http://llvm.org/viewvc/llvm-project?rev=300865&view=rev
Log:
Fix formatting of constrained FP intrinsic documentation

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=300865&r1=300864&r2=300865&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Apr 20 13:18:36 2017
@@ -12290,6 +12290,7 @@ The third argument is a metadata argumen
 assumed. This argument must be one of the following strings:
 
 ::
+
       "round.dynamic"
       "round.tonearest"
       "round.downward"
@@ -12321,6 +12322,7 @@ required exception behavior.  This argum
 strings:
 
 ::
+
       "fpexcept.ignore"
       "fpexcept.maytrap"
       "fpexcept.strict"




More information about the llvm-commits mailing list