diff options
author | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-07-04 04:41:06 +0000 |
---|---|---|
committer | Alex Brachet <alexbrachetmialot@gmail.com> | 2019-07-04 04:41:06 +0000 |
commit | fa9d232e4389bbd9ca82f8b6b34a1784107835fc (patch) | |
tree | cbf185c584708a831924d2ca743044caf151a8a6 /llvm/docs/CommandGuide/llvm-profdata.rst | |
parent | 469f30ababa5fea0dafe8dd4592c3b0a1298d6fc (diff) | |
download | bcm5719-llvm-fa9d232e4389bbd9ca82f8b6b34a1784107835fc.tar.gz bcm5719-llvm-fa9d232e4389bbd9ca82f8b6b34a1784107835fc.zip |
[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
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index bc0a0066aac..acb044e2bf1 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -273,7 +273,6 @@ overlap. Here is an example, if *base profile file* has counts of {400, 600}, and *test profile file* has matched counts of {60000, 40000}. The *overlap* is 80%. - OPTIONS ^^^^^^^ |