[llvm] r245673 - Test Commit: Reformats 2 lines in LangRef.rst

Mohammad Shahid via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 22:31:07 PDT 2015


Author: ashahid
Date: Fri Aug 21 00:31:07 2015
New Revision: 245673

URL: http://llvm.org/viewvc/llvm-project?rev=245673&view=rev
Log:
Test Commit: Reformats 2 lines in LangRef.rst

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=245673&r1=245672&r2=245673&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Aug 21 00:31:07 2015
@@ -10742,11 +10742,11 @@ This is an overloaded intrinsic. The loa
 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::
 




More information about the llvm-commits mailing list