Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 18 Apr 2014 17:56:08 +0000 (17:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 18 Apr 2014 17:56:08 +0000 (17:56 +0000)
commitebb5d294730a5f39125003fe5ae929d073ecc319
treeeec5259f7bcd3dd7dd2bd8a6ea51fa2b96477d3d
parentcfb2d0ea10c5a8052470acefacd3952b133bc724
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)

This reverts commit r206622 and the MSVC fixup in r206626.

Apparently the remotely failing tests are still failing, despite my
attempt to fix the nondeterminism in r206621.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206628 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