From: Karl Schimpf Date: Mon, 31 Aug 2015 16:43:55 +0000 (+0000) Subject: Change comment to verify commit accesss. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7a979ef11e41f34ed90394a105910d52bac51cd4;p=oota-llvm.git Change comment to verify commit accesss. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246451 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bitcode/Reader/BitcodeReader.cpp b/lib/Bitcode/Reader/BitcodeReader.cpp index cf72b0ce791..c767b6c5c17 100644 --- a/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/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