Skip to content

Commit 9d51fa5

Browse files
committed
Fix docs build issue introduced by r363035
Replacing '.. code-block:: llvm' by '::' is a quick fix to the build warning/error: Could not lex literal_block as "llvm". llvm-svn: 363079
1 parent af6bc65 commit 9d51fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13766,7 +13766,7 @@ The second argument must be a vector of floating-point values.
1376613766
Examples:
1376713767
"""""""""
1376813768

13769-
.. code-block:: llvm
13769+
::
1377013770

1377113771
%unord = call reassoc float @llvm.experimental.vector.reduce.v2.fadd.f32.v4f32(float 0.0, <4 x float> %input) ; unordered reduction
1377213772
%ord = call float @llvm.experimental.vector.reduce.v2.fadd.f32.v4f32(float %start_value, <4 x float> %input) ; ordered reduction
@@ -13827,7 +13827,7 @@ The second argument must be a vector of floating-point values.
1382713827
Examples:
1382813828
"""""""""
1382913829

13830-
.. code-block:: llvm
13830+
::
1383113831

1383213832
%unord = call reassoc float @llvm.experimental.vector.reduce.v2.fmul.f32.v4f32(float 1.0, <4 x float> %input) ; unordered reduction
1383313833
%ord = call float @llvm.experimental.vector.reduce.v2.fmul.f32.v4f32(float %start_value, <4 x float> %input) ; ordered reduction

0 commit comments

Comments
 (0)