From 903567ca99d7377d124947272f55f42e954c83d9 Mon Sep 17 00:00:00 2001 From: Mohammad Shahid Date: Fri, 21 Aug 2015 05:31:07 +0000 Subject: [PATCH] Test Commit: Reformats 2 lines in LangRef.rst git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245673 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 43b47763303..8a9ea13de08 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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:: -- 2.34.1