From fa9d232e4389bbd9ca82f8b6b34a1784107835fc Mon Sep 17 00:00:00 2001 From: Alex Brachet Date: Thu, 4 Jul 2019 04:41:06 +0000 Subject: [docs] [NFC] Removed excess spacing Summary: Removed excess new lines from documentations. As far as I can tell, it seems as though restructured text is agnostic to new lines, the use of new lines was inconsistent and had no effect on how the files were being displayed. Reviewers: jhenderson, rupprecht, JDevlieghere Reviewed By: jhenderson Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63971 llvm-svn: 365105 --- llvm/docs/CommandGuide/llvm-diff.rst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'llvm/docs/CommandGuide/llvm-diff.rst') diff --git a/llvm/docs/CommandGuide/llvm-diff.rst b/llvm/docs/CommandGuide/llvm-diff.rst index b858b981ed2..65ed1be0d56 100644 --- a/llvm/docs/CommandGuide/llvm-diff.rst +++ b/llvm/docs/CommandGuide/llvm-diff.rst @@ -6,14 +6,11 @@ llvm-diff - LLVM structural 'diff' SYNOPSIS -------- - **llvm-diff** [*options*] *module 1* *module 2* [*global name ...*] - DESCRIPTION ----------- - **llvm-diff** compares the structure of two LLVM modules, primarily focusing on differences in function definitions. Insignificant differences, such as changes in the ordering of globals or in the @@ -36,20 +33,16 @@ which tend to stop any downstream changes from being detected. **llvm-diff** is intended as a debugging tool for writers of LLVM passes and frontends. It does not have a stable output format. - EXIT STATUS ----------- - If **llvm-diff** finds no differences between the modules, it will exit with 0 and produce no output. Otherwise it will exit with a non-zero value. - BUGS ---- - Many important differences, like changes in linkage or function attributes, are not diagnosed. -- cgit v1.2.3