Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Analysis / BlockFrequencyInfoImpl.cpp
index 6ceda06aac14aa9a956daf0375690533f2c7a678..daa77b81d6b3c11e450125cb5f18e86228b471ea 100644 (file)
@@ -598,7 +598,7 @@ template <> struct GraphTraits<IrreducibleGraph> {
   static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); }
   static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); }
 };
-}
+} // namespace llvm
 
 /// \brief Find extra irreducible headers.
 ///