Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 18 Apr 2014 02:17:43 +0000 (02:17 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 18 Apr 2014 02:17:43 +0000 (02:17 +0000)
commitc7a3b95c0f3e0aabc61e39ac635c340387765f30
treebd550e9fbffccf595912dcfab5e35ee000744d71
parent2359d30af6f0f4d4881000e55d915c5d2b203319
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"

This reverts commits r206548, r206549 and r206549.

There are some unit tests failing that aren't failing locally [1], so
reverting until I have time to investigate.

[1]: http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/1816

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206556 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/Analysis/BlockFrequencyInfoImpl.h
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp [deleted file]
lib/Analysis/CMakeLists.txt
lib/CodeGen/MachineBlockFrequencyInfo.cpp
test/Analysis/BlockFrequencyInfo/bad_input.ll [deleted file]
test/Analysis/BlockFrequencyInfo/basic.ll
test/Analysis/BlockFrequencyInfo/double_exit.ll [deleted file]
test/Analysis/BlockFrequencyInfo/irreducible.ll [deleted file]
test/Analysis/BlockFrequencyInfo/loop_with_branch.ll [deleted file]
test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll [deleted file]
test/CodeGen/XCore/llvm-intrinsics.ll