From cb921a1d88065fc43d2121834a3c59c20d970b5b Mon Sep 17 00:00:00 2001 From: Nathan Slingerland Date: Fri, 4 Dec 2015 02:13:58 +0000 Subject: 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 --- llvm/docs/CommandGuide/llvm-profdata.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'llvm/docs/CommandGuide') 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 -``:``, where `` is a decimal integer >= 1. -A default weight of 1 is assumed if only `` is given. - OPTIONS ^^^^^^^ -- cgit v1.2.3