BFI: Mark the end of namespaces
[oota-llvm.git] / lib / Analysis / BlockFrequencyInfoImpl.cpp
index 4fd2c111317f5cbeaf4dc72b76df8d3e60a49a17..39d7f520b4e422b4d5386c531a08c6b65f372f2c 100644 (file)
@@ -87,7 +87,8 @@ struct DitheringDistributer {
 
   BlockMass takeMass(uint32_t Weight);
 };
-}
+
+} // end namespace
 
 DitheringDistributer::DitheringDistributer(Distribution &Dist,
                                            const BlockMass &Mass) {