diff options
author | Nathan Slingerland <slingn@gmail.com> | 2015-12-04 02:13:58 +0000 |
---|---|---|
committer | Nathan Slingerland <slingn@gmail.com> | 2015-12-04 02:13:58 +0000 |
commit | cb921a1d88065fc43d2121834a3c59c20d970b5b (patch) | |
tree | 51ddca63d7fbf5faf027c93d84bc9953d28156b4 /llvm/docs | |
parent | 7cc13f2e5857e95da828733421bf5c49179c5fe1 (diff) | |
download | bcm5719-llvm-cb921a1d88065fc43d2121834a3c59c20d970b5b.tar.gz bcm5719-llvm-cb921a1d88065fc43d2121834a3c59c20d970b5b.zip |
Revert "[llvm-profdata] Add support for weighted merge of profile data"
This reverts commit b7250858d96b8ce567681214273ac0e62713c661.
Reverting in order to investigate Windows test failure.
llvm-svn: 254687
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index a4b18f301e4..210826a7bab 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -28,7 +28,7 @@ MERGE SYNOPSIS ^^^^^^^^ -:program:`llvm-profdata merge` [*options*] [*filename[:weight]...*] +:program:`llvm-profdata merge` [*options*] [*filenames...*] DESCRIPTION ^^^^^^^^^^^ @@ -37,10 +37,6 @@ DESCRIPTION generated by PGO instrumentation and merges them together into a single indexed profile data file. -The profile counts in each input file can be scaled (multiplied) by specifying -``<filename>:<weight>``, where `<weight>` is a decimal integer >= 1. -A default weight of 1 is assumed if only `<filename>` is given. - OPTIONS ^^^^^^^ |