From 187155360e392995c92cc2e266a6cfec953595b7 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 llvm-svn: 245673 --- llvm/docs/LangRef.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 43b477633034..8a9ea13de08d 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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::