summaryrefslogtreecommitdiff
path: root/lib/Analysis/CMakeLists.txt
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-19 00:42:46 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-19 00:42:46 +0000
commit2033057de8d98c44c5ed7e4e8f0f94e27ce34c31 (patch)
tree6d1eac85d8e0eb2449cc299b3e9ddba01fb65772 /lib/Analysis/CMakeLists.txt
parent55c1e1bd26b57ef524eff3524a350a59e33a04c5 (diff)
downloadllvm-2033057de8d98c44c5ed7e4e8f0f94e27ce34c31.tar.gz
llvm-2033057de8d98c44c5ed7e4e8f0f94e27ce34c31.tar.bz2
llvm-2033057de8d98c44c5ed7e4e8f0f94e27ce34c31.tar.xz
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)
This reverts commit r206666, as planned. Still stumped on why the bots are failing. Sanitizer bots haven't turned anything up. If anyone can help me debug either of the failures (referenced in r206666) I'll owe them a beer. (In the meantime, I'll be auditing my patch for undefined behaviour.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CMakeLists.txt')
-rw-r--r--lib/Analysis/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 0b0b2f92ea..c6d4573885 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -7,7 +7,6 @@ add_llvm_library(LLVMAnalysis
Analysis.cpp
BasicAliasAnalysis.cpp
BlockFrequencyInfo.cpp
- BlockFrequencyInfoImpl.cpp
BranchProbabilityInfo.cpp
CFG.cpp
CFGPrinter.cpp