Revert "[llvm-profdata] Add support for weighted merge of profile data"
authorNathan Slingerland <slingn@gmail.com>
Fri, 4 Dec 2015 02:13:58 +0000 (02:13 +0000)
committerNathan Slingerland <slingn@gmail.com>
Fri, 4 Dec 2015 02:13:58 +0000 (02:13 +0000)
commit8061fe5c678f809e69acc199fe68dc5794601503
tree10598039427abf02b24c2bcbd443689cfee9b5fc
parentd8ba62ab992b9e142e002aee220354c9f09d92b7
Revert "[llvm-profdata] Add support for weighted merge of profile data"

This reverts commit b7250858d96b8ce567681214273ac0e62713c661.

Reverting in order to investigate Windows test failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254687 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
docs/CommandGuide/llvm-profdata.rst
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/ProfileData/SampleProf.h
lib/ProfileData/InstrProfWriter.cpp
test/tools/llvm-profdata/Inputs/weight-instr-bar.profdata [deleted file]
test/tools/llvm-profdata/Inputs/weight-instr-foo.profdata [deleted file]
test/tools/llvm-profdata/Inputs/weight-sample-bar.proftext [deleted file]
test/tools/llvm-profdata/Inputs/weight-sample-foo.proftext [deleted file]
test/tools/llvm-profdata/weight-instr.test [deleted file]
test/tools/llvm-profdata/weight-sample.test [deleted file]
tools/llvm-profdata/llvm-profdata.cpp
unittests/ProfileData/InstrProfTest.cpp