OSDN Git Service

Fix formatting of constrained FP intrinsic documentation
authorAndrew Kaylor <andrew.kaylor@intel.com>
Thu, 20 Apr 2017 18:18:36 +0000 (18:18 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Thu, 20 Apr 2017 18:18:36 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300865 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 2cb6403..b0a3158 100644 (file)
@@ -12290,6 +12290,7 @@ The third argument is a metadata argument specifying the rounding mode to be
 assumed. This argument must be one of the following strings:
 
 ::
+
       "round.dynamic"
       "round.tonearest"
       "round.downward"
@@ -12321,6 +12322,7 @@ required exception behavior.  This argument must be one of the following
 strings:
 
 ::
+
       "fpexcept.ignore"
       "fpexcept.maytrap"
       "fpexcept.strict"