diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-02 18:18:07 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-02 18:18:07 +0000 |
commit | 9ffa6cd6fbe4e268ee2c6717bf8ec675807ca196 (patch) | |
tree | d8e5840d8e57503dbd1296efa9b03c4c0c4cb969 /llvm/unittests/Support | |
parent | b9595b79f22b54fc2cd85a2a1d4040d84f08692a (diff) | |
download | bcm5719-llvm-9ffa6cd6fbe4e268ee2c6717bf8ec675807ca196.tar.gz bcm5719-llvm-9ffa6cd6fbe4e268ee2c6717bf8ec675807ca196.zip |
Support: Add missing header to BlockFrequencyTest.cpp, NFC
llvm-svn: 227825
Diffstat (limited to 'llvm/unittests/Support')
-rw-r--r-- | llvm/unittests/Support/BlockFrequencyTest.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/unittests/Support/BlockFrequencyTest.cpp b/llvm/unittests/Support/BlockFrequencyTest.cpp index f6e3537de91..0eac8bb8811 100644 --- a/llvm/unittests/Support/BlockFrequencyTest.cpp +++ b/llvm/unittests/Support/BlockFrequencyTest.cpp @@ -1,3 +1,12 @@ +//===- unittests/Support/BlockFrequencyTest.cpp - BlockFrequency tests ----===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "llvm/Support/BlockFrequency.h" #include "llvm/Support/BranchProbability.h" #include "llvm/Support/DataTypes.h" |