diff --git a/include/llvm/Bitcode/BitCodes.h b/include/llvm/Bitcode/BitCodes.h index 71e0d00da50..ed2dcf84f92 100644 --- a/include/llvm/Bitcode/BitCodes.h +++ b/include/llvm/Bitcode/BitCodes.h @@ -165,7 +165,8 @@ template <> struct isPodLike { static const bool value=true; }; class BitCodeAbbrev : public RefCountedBase { SmallVector OperandList; ~BitCodeAbbrev() {} - friend class RefCountedBase; // Only RefCountedBase is allowed to delete. + // Only RefCountedBase is allowed to delete. + friend class RefCountedBase; public: unsigned getNumOperandInfos() const {