Test Commit: Reformats 2 lines in LangRef.rst
authorMohammad Shahid <Asghar-ahmad.Shahid@amd.com>
Fri, 21 Aug 2015 05:31:07 +0000 (05:31 +0000)
committerMohammad Shahid <Asghar-ahmad.Shahid@amd.com>
Fri, 21 Aug 2015 05:31:07 +0000 (05:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245673 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 43b477633034f65a12851c1dc880bc3e8cb234fb..8a9ea13de08d25ecb2cedd4042850331177e261b 100644 (file)
@@ -10742,11 +10742,11 @@ This is an overloaded intrinsic. The loaded data is a vector of any integer bit
 Overview:
 """""""""
 
-The ``llvm.uabsdiff`` intrinsic returns a vector result of the absolute difference of the two operands,
-treating them both as unsigned integers.
+The ``llvm.uabsdiff`` intrinsic returns a vector result of the absolute difference of
+the two operands, treating them both as unsigned integers.
 
-The ``llvm.sabsdiff`` intrinsic returns a vector result of the absolute difference of the two operands,
-treating them both as signed integers.
+The ``llvm.sabsdiff`` intrinsic returns a vector result of the absolute difference of
+the two operands, treating them both as signed integers.
 
 .. note::