diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12709,7 +12709,7 @@
 """""""""
 
 The '``llvm.lround.*``' intrinsics return the operand rounded to the nearest
-integer.
+integer with ties away from zero.
 
 
 Arguments:
@@ -12745,7 +12745,7 @@
 """""""""
 
 The '``llvm.llround.*``' intrinsics return the operand rounded to the nearest
-integer.
+integer with ties away from zero.
 
 Arguments:
 """"""""""