From 36440082f8ea752dcf485ca8a36e0fb05a6bb65e Mon Sep 17 00:00:00 2001 From: Karl Schimpf Date: Mon, 31 Aug 2015 16:43:55 +0000 Subject: Change comment to verify commit accesss. llvm-svn: 246451 --- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp') diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index cf72b0c..c767b6c 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -166,7 +166,7 @@ class BitcodeReader : public GVMaterializer { /// is thus not represented here. As such all indices are off by one. std::vector MAttributes; - /// \brief The set of attribute groups. + /// The set of attribute groups. std::map MAttributeGroups; /// While parsing a function body, this is a list of the basic blocks for the -- cgit v1.1