Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 19 Apr 2014 22:46:00 +0000 (22:46 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 19 Apr 2014 22:46:00 +0000 (22:46 +0000)
commitf44eda4764476b9043a13df247a558998ea2ed10
treec5250834c0fd832fbdb7363822269f603cee844f
parentc404a5334ef2e03e4c89fed6da7343e2e0709631
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"

This reverts commit r206704, as expected.

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