BFI: Mark the end of namespaces

llvm-svn: 212861
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-11 23:56:50 +00:00
parent 6cbafea001
commit 8c157be757
2 changed files with 6 additions and 3 deletions

View File

@ -131,7 +131,8 @@ inline raw_ostream &operator<<(raw_ostream &OS, const BlockMass &X) {
template <> struct isPodLike<BlockMass> {
static const bool value = true;
};
}
} // end namespace llvm
//===----------------------------------------------------------------------===//
//
@ -1183,7 +1184,8 @@ raw_ostream &BlockFrequencyInfoImpl<BT>::print(raw_ostream &OS) const {
OS << "\n";
return OS;
}
}
} // end namespace llvm
#undef DEBUG_TYPE

View File

@ -87,7 +87,8 @@ struct DitheringDistributer {
BlockMass takeMass(uint32_t Weight);
};
}
} // end namespace
DitheringDistributer::DitheringDistributer(Distribution &Dist,
const BlockMass &Mass) {