| commit | 12b79aa0f1b7aa6e792a0b65d219a969f4ea8f0b | [log] [tgz] | 
|---|---|---|
| author | Easwaran Raman <eraman@google.com> | Wed Mar 23 18:18:26 2016 +0000 | 
| committer | Easwaran Raman <eraman@google.com> | Wed Mar 23 18:18:26 2016 +0000 | 
| tree | 8661b501acc2524157130488c0e91e2797d73f58 | |
| parent | d1728f0e5f5f4ab236febf2ae96949a974dca83a [diff] [blame] | 
Add getBlockProfileCount method to BlockFrequencyInfo Differential Revision: http://reviews.llvm.org/D18233 llvm-svn: 264179
diff --git a/llvm/unittests/Analysis/CMakeLists.txt b/llvm/unittests/Analysis/CMakeLists.txt index 70207662..2292a45 100644 --- a/llvm/unittests/Analysis/CMakeLists.txt +++ b/llvm/unittests/Analysis/CMakeLists.txt
@@ -7,6 +7,7 @@ add_llvm_unittest(AnalysisTests AliasAnalysisTest.cpp + BlockFrequencyInfoTest.cpp CallGraphTest.cpp CFGTest.cpp CGSCCPassManagerTest.cpp