[llvm] 56ae3e2 - Make the language more consistent since I'm about to commit a content
Kevin P. Neal via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 10:11:09 PST 2019
Author: Kevin P. Neal
Date: 2019-11-14T13:10:59-05:00
New Revision: 56ae3e2692ed0381dbdc3c29a199fd047f559037
URL: https://github.com/llvm/llvm-project/commit/56ae3e2692ed0381dbdc3c29a199fd047f559037
DIFF: https://github.com/llvm/llvm-project/commit/56ae3e2692ed0381dbdc3c29a199fd047f559037.diff
LOG: Make the language more consistent since I'm about to commit a content
change next.
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 4761376eed03..07452e2f0428 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12708,13 +12708,15 @@ floating-point type. Not all targets support all types however.
Overview:
"""""""""
-The '``llvm.lround.*``' intrinsics returns the operand rounded to the
-nearest integer.
+The '``llvm.lround.*``' intrinsics return the operand rounded to the nearest
+integer.
+
Arguments:
""""""""""
-The argument is a floating-point number and return is an integer type.
+The argument is a floating-point number and the return value is an integer
+type.
Semantics:
""""""""""
@@ -12742,13 +12744,14 @@ floating-point type. Not all targets support all types however.
Overview:
"""""""""
-The '``llvm.llround.*``' intrinsics returns the operand rounded to the
-nearest integer.
+The '``llvm.llround.*``' intrinsics return the operand rounded to the nearest
+integer.
Arguments:
""""""""""
-The argument is a floating-point number and return is an integer type.
+The argument is a floating-point number and the return value is an integer
+type.
Semantics:
""""""""""
@@ -12782,13 +12785,15 @@ floating-point type. Not all targets support all types however.
Overview:
"""""""""
-The '``llvm.lrint.*``' intrinsics returns the operand rounded to the
-nearest integer.
+The '``llvm.lrint.*``' intrinsics return the operand rounded to the nearest
+integer.
+
Arguments:
""""""""""
-The argument is a floating-point number and return is an integer type.
+The argument is a floating-point number and the return value is an integer
+type.
Semantics:
""""""""""
@@ -12816,13 +12821,14 @@ floating-point type. Not all targets support all types however.
Overview:
"""""""""
-The '``llvm.llrint.*``' intrinsics returns the operand rounded to the
-nearest integer.
+The '``llvm.llrint.*``' intrinsics return the operand rounded to the nearest
+integer.
Arguments:
""""""""""
-The argument is a floating-point number and return is an integer type.
+The argument is a floating-point number and the return value is an integer
+type.
Semantics:
""""""""""
More information about the llvm-commits
mailing list