diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-11 23:56:50 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-07-11 23:56:50 +0000 |
commit | b5650e5eaec7e5d54ab3d9fbc59b1c3cd6160cb8 (patch) | |
tree | 6c92b7ade0b0c0d94493f89d71584810761dbe0d /llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp | |
parent | f392ec6ecc249a34731951baacf8ccf99f1a732d (diff) | |
download | bcm5719-llvm-b5650e5eaec7e5d54ab3d9fbc59b1c3cd6160cb8.tar.gz bcm5719-llvm-b5650e5eaec7e5d54ab3d9fbc59b1c3cd6160cb8.zip |
BFI: Mark the end of namespaces
llvm-svn: 212861
Diffstat (limited to 'llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp')
-rw-r--r-- | llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp b/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp index 4fd2c111317..39d7f520b4e 100644 --- a/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp +++ b/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp @@ -87,7 +87,8 @@ struct DitheringDistributer { BlockMass takeMass(uint32_t Weight); }; -} + +} // end namespace DitheringDistributer::DitheringDistributer(Distribution &Dist, const BlockMass &Mass) { |