[llvm] 21b6842 - Fix the indentation error.
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 08:44:53 PDT 2023
Author: aabhinavg
Date: 2023-04-17T21:14:32+05:30
New Revision: 21b68422c84087719ec0f6c216e506d177ac64fd
URL: https://github.com/llvm/llvm-project/commit/21b68422c84087719ec0f6c216e506d177ac64fd
DIFF: https://github.com/llvm/llvm-project/commit/21b68422c84087719ec0f6c216e506d177ac64fd.diff
LOG: Fix the indentation error.
Differential Revision: https://reviews.llvm.org/D148535
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 89ea4515ee14..9116cc1d21f2 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -9590,8 +9590,8 @@ its two operands.
.. note::
-The instruction is implemented as a call to libm's '``fmod``'
-for some targets, and using the instruction may thus require linking libm.
+ The instruction is implemented as a call to libm's '``fmod``'
+ for some targets, and using the instruction may thus require linking libm.
Arguments:
More information about the llvm-commits
mailing list